summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-02 08:44:30 +0200
committermakefu <github@syntax-fehler.de>2020-07-02 08:44:30 +0200
commit4be5ac9efb14268fe313a6d8a1e047dbf597b449 (patch)
tree86f0da025b9198251e6a85d42985e534303ca494
parent61a1acb8e1c289c01cb12c2e2ef034d0a4cb8d59 (diff)
ma nur: bump rev
-rw-r--r--2configs/nur.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/2configs/nur.nix b/2configs/nur.nix
index 65cf836c4..6132168ad 100644
--- a/2configs/nur.nix
+++ b/2configs/nur.nix
@@ -1,8 +1,8 @@
{ pkgs, ... }:{
nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball {
- url = "https://github.com/nix-community/NUR/archive/b7f7e072b3fa56aa0d86dfe3689cb13f0615bbbe.tar.gz";
- sha256 = "0slxxg3r460aa1rc83j0rklmr0i1hyzfbjy0kn30fyh1l3lqb22m";
+ url = "https://github.com/nix-community/NUR/archive/28e5326ecbaef8b961bec7d18dbfe35f522fb2b1.tar.gz";
+ sha256 = "1yni27g71r8n9bgsck7lz5dzx2fciljnba249yqhr9k3mzlkr7yb";
}
){
inherit pkgs;