1
Fork 0

updated my fork

This commit is contained in:
Jan-Erik Rediger 2024-06-02 00:05:17 +02:00
parent f023a8b982
commit 4277778c47
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1715653339, "lastModified": 1716220750,
"narHash": "sha256-7lR9tpVXviSccl07GXI0+ve/natd24HAkuy1sQp0OlI=", "narHash": "sha256-Lhhrd1ZBNXCbUupWGq6gRPIy1qMKEdcAXcjnwgVqe/U=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "abd6d48f8c77bea7dc51beb2adfa6ed3950d2585", "rev": "641daa314d5bc1bca4b345da8eb08a130b109c79",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation (finalAttrs: {
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://github.com/badboy/harelang"; url = "https://github.com/badboy/harelang";
ref = "master"; ref = "master";
rev = "f01ba5ce72cf1ff43acdc932492a656b76c5cb1d"; rev = "287006499c2640c6e96b6fa5e0c99a2c193cc666";
}; };
doCheck = true; doCheck = true;