diff options
author | makefu <github@syntax-fehler.de> | 2020-04-21 21:41:07 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-04-21 21:41:07 +0200 |
commit | 4c0fffbcf833ea5494329369cedda68779c9abd7 (patch) | |
tree | 9746e04aa53cb7868991533922cf6ec0f32ae9a0 | |
parent | 0ab05578b3ff853920b83204fe36146af2f303be (diff) |
ma nur: bump to latest tarball
-rw-r--r-- | makefu/2configs/nur.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/nur.nix b/makefu/2configs/nur.nix index 891144957..65cf836c4 100644 --- a/makefu/2configs/nur.nix +++ b/makefu/2configs/nur.nix @@ -1,8 +1,8 @@ { pkgs, ... }:{ nixpkgs.config.packageOverrides = pkgs: { nur = import (builtins.fetchTarball { - url = "https://github.com/nix-community/NUR/archive/7bfd0117b359d0f72d086ff7e1f0ba3aeaf8d91e.tar.gz"; - sha256 = "0gb2np1r2m9kkz1s374gxdqrwhkzx48iircy00y6mjr7h14rhyxk"; + url = "https://github.com/nix-community/NUR/archive/b7f7e072b3fa56aa0d86dfe3689cb13f0615bbbe.tar.gz"; + sha256 = "0slxxg3r460aa1rc83j0rklmr0i1hyzfbjy0kn30fyh1l3lqb22m"; } ){ inherit pkgs; |