ma nur: bump to latest tarball

This commit is contained in:
makefu 2020-04-21 21:41:07 +02:00
parent 0ab05578b3
commit 4c0fffbcf8
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -1,8 +1,8 @@
{ pkgs, ... }:{ { pkgs, ... }:{
nixpkgs.config.packageOverrides = pkgs: { nixpkgs.config.packageOverrides = pkgs: {
nur = import (builtins.fetchTarball { nur = import (builtins.fetchTarball {
url = "https://github.com/nix-community/NUR/archive/7bfd0117b359d0f72d086ff7e1f0ba3aeaf8d91e.tar.gz"; url = "https://github.com/nix-community/NUR/archive/b7f7e072b3fa56aa0d86dfe3689cb13f0615bbbe.tar.gz";
sha256 = "0gb2np1r2m9kkz1s374gxdqrwhkzx48iircy00y6mjr7h14rhyxk"; sha256 = "0slxxg3r460aa1rc83j0rklmr0i1hyzfbjy0kn30fyh1l3lqb22m";
} }
){ ){
inherit pkgs; inherit pkgs;