mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #42508 from r-ryantm/auto-update/gpodder
gpodder: 3.10.2 -> 3.10.3
This commit is contained in:
commit
d13588e2a5
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
name = "gpodder-${version}";
|
||||
version = "3.10.2";
|
||||
version = "3.10.3";
|
||||
|
||||
format = "other";
|
||||
|
||||
|
@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
|||
owner = "gpodder";
|
||||
repo = "gpodder";
|
||||
rev = version;
|
||||
sha256 = "0nbhyh44cympslcf4miwc2n1gccm5ghjf9slg0r8xnpvg921jv04";
|
||||
sha256 = "0j0amjq1wvr5p10vckg900a8xfnxw6z028qw72ayh58216m5jb5l";
|
||||
};
|
||||
|
||||
postPatch = with stdenv.lib; ''
|
||||
|
|
Loading…
Reference in a new issue