From 872d3e0a0c76b42d46890b643882827e70dee8e0 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 6 Sep 2021 18:10:49 +0200 Subject: [PATCH] nur: Update hash --- overlays/nur.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/nur.nix b/overlays/nur.nix index 70f2dcd..886928b 100644 --- a/overlays/nur.nix +++ b/overlays/nur.nix @@ -3,7 +3,7 @@ pkgs: final: prev: { nur = import (builtins.fetchTarball { url = "https://github.com/nix-community/NUR/archive/master.tar.gz"; - sha256 = "0kfz75qmn88ir39j3icm7l2sc9665jy9jpx88y07cwz43rpd17j1"; + sha256 = "0kdpwdfm96ggp45jx2nz551j6pfs0b6dcprsm2w3cq4zf6b3splq"; }) { inherit pkgs; };