Update NixNG

Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
main 2022-03-23 10:37:15 +01:00
parent c3cc9fcd2d
commit 64b9f74bc3
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E
2 changed files with 6 additions and 6 deletions

View file

@ -75,15 +75,15 @@
]
},
"locked": {
"lastModified": 1641337254,
"narHash": "sha256-h4zTaiqFOlWNGVhBdQc3AqYqcOQ1GjCKn7wY6KbZkuk=",
"owner": "MagicRB",
"lastModified": 1647605701,
"narHash": "sha256-yvPeO0dLY/kui5Vk/dlCQqD1sHYYuqm6gS8Iyrm7nhI=",
"owner": "nix-community",
"repo": "NixNG",
"rev": "5126892070a00a183cdaeae0d313e99d87a3b399",
"rev": "f0e97103fd6830e5d50a0722679855ef8686334e",
"type": "github"
},
"original": {
"owner": "MagicRB",
"owner": "nix-community",
"repo": "NixNG",
"type": "github"
}

View file

@ -3,7 +3,7 @@
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixos-unstable";
nixng = {
url = "github:MagicRB/NixNG";
url = "github:nix-community/NixNG";
inputs.nixpkgs.follows = "nixpkgs";
};
website = {