NUR: Update hash

This commit is contained in:
PapaTutuWawa 2021-10-21 23:37:51 +02:00
parent 62ad5c37f3
commit 90d44edbe1

View File

@ -3,7 +3,7 @@ pkgs: final: prev:
{ {
nur = import (builtins.fetchTarball { nur = import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/master.tar.gz"; url = "https://github.com/nix-community/NUR/archive/master.tar.gz";
sha256 = "0kdpwdfm96ggp45jx2nz551j6pfs0b6dcprsm2w3cq4zf6b3splq"; sha256 = "0wz80fm1apnv5wpg4rmj91vvnpbzi39fv91mvxr98rqvpl8fqh2c";
}) { }) {
inherit pkgs; inherit pkgs;
}; };