diff --git a/modules/nur.nix b/modules/nur.nix index 3db7a19..fd60c08 100644 --- a/modules/nur.nix +++ b/modules/nur.nix @@ -2,7 +2,7 @@ pkgs: import (builtins.fetchTarball { url = "https://github.com/nix-community/NUR/archive/master.tar.gz"; - sha256 = "0znxac6j1139l777lfjm6y19px5xbdk3jcwcynwbmg5yafn8az0n"; + sha256 = "09ahq568bq23xvrinbm8cl7y6gcy6f57gv0xn36fhsxca9343wrm"; }) { inherit pkgs; }