gpodder: 3.10.3 -> 3.10.5
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gpodder/versions
This commit is contained in:
parent
35378f0141
commit
c2056d25dd
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gpodder";
|
pname = "gpodder";
|
||||||
version = "3.10.3";
|
version = "3.10.5";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gpodder";
|
owner = "gpodder";
|
||||||
repo = "gpodder";
|
repo = "gpodder";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0j0amjq1wvr5p10vckg900a8xfnxw6z028qw72ayh58216m5jb5l";
|
sha256 = "00lvma40d62h4haybabh15x1y7rnmd84whbjgjv773igwagkn9vw";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = with stdenv.lib; ''
|
postPatch = with stdenv.lib; ''
|
||||||
|
Loading…
Reference in New Issue
Block a user