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": {
"nixpkgs": {
"locked": {
"lastModified": 1715653339,
"narHash": "sha256-7lR9tpVXviSccl07GXI0+ve/natd24HAkuy1sQp0OlI=",
"lastModified": 1716220750,
"narHash": "sha256-Lhhrd1ZBNXCbUupWGq6gRPIy1qMKEdcAXcjnwgVqe/U=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "abd6d48f8c77bea7dc51beb2adfa6ed3950d2585",
"rev": "641daa314d5bc1bca4b345da8eb08a130b109c79",
"type": "github"
},
"original": {

View file

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