nixpkgs: fix patch hashes
This commit is contained in:
@@ -33,13 +33,13 @@ in
|
||||
(fetchpatch' {
|
||||
title = "unl0kr: 2.0.0 -> 3.2.0";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/319126";
|
||||
hash = "sha256-IfGayn+othMzp5Mc+0klBvUmykFwq95OKIJDvWL96d0=";
|
||||
hash = "sha256-XZSUUfMsYvTITmiJ/yCDLYAtsgXqEV0iL0oxh3ifErw=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
title = "nixos/networkmanager: split ModemManager bits into own module";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/316824";
|
||||
hash = "sha256-u0hd2VfEcqkhs4xgv1gF6sXqnVJYVRgmSKBrmYUw29c=";
|
||||
hash = "sha256-woQijOvFaUj2qw5RNngY+F3hcJKihf4/c6C6/Y6mlL4=";
|
||||
# saneCommit = "23bfba9b76757ffc00fc2be810009dcf92e2eaf2";
|
||||
# hash = "sha256-cn6ihwO3MyzdpVoJoQNKAHyo8GuGvFP6vr//7r9pzjE=";
|
||||
})
|
||||
@@ -71,7 +71,7 @@ in
|
||||
# required for gpodder to build
|
||||
title = "python311Packages.mygpoclient: 1.8 -> 1.9";
|
||||
prUrl = "https://github.com/NixOS/nixpkgs/pull/324734";
|
||||
hash = "sha256-sKxxYvaZ1W70H4+xZW5f54MTd4NSP3wnc0RGF4VBZ6M=";
|
||||
hash = "sha256-2maFCPpR8AdW+baRHF8QhigHN5mDqKiFKz84wBfIvu8=";
|
||||
})
|
||||
|
||||
(fetchpatch' {
|
||||
|
Reference in New Issue
Block a user