summaryrefslogtreecommitdiffstats
path: root/makefu
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
commit98aceafd67b3b1fd99d9aa51c3ea43049540ad37 (patch)
tree19e690b019a2a21177ef61b0591ad54a24cbc0ea /makefu
parentb74f2e4f0f3624503998966c8e0f5e8f28833cc8 (diff)
ma nur: bump rev
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/nur.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/2configs/nur.nix b/makefu/2configs/nur.nix
index 65cf836c..6132168a 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/b7f7e072b3fa56aa0d86dfe3689cb13f0615bbbe.tar.gz";
- sha256 = "0slxxg3r460aa1rc83j0rklmr0i1hyzfbjy0kn30fyh1l3lqb22m";
+ url = "https://github.com/nix-community/NUR/archive/28e5326ecbaef8b961bec7d18dbfe35f522fb2b1.tar.gz";
+ sha256 = "1yni27g71r8n9bgsck7lz5dzx2fciljnba249yqhr9k3mzlkr7yb";
}
){
inherit pkgs;