Revert "nix: rollback Crane"

This reverts commit b00934ddbd.
This commit is contained in:
Harsh Shandilya 2024-05-20 03:14:49 +05:30
parent b00934ddbd
commit b94341ef6e
2 changed files with 4 additions and 5 deletions

View File

@ -23,17 +23,16 @@
]
},
"locked": {
"lastModified": 1715274763,
"narHash": "sha256-3Iv1PGHJn9sV3HO4FlOVaaztOxa9uGLfOmUWrH7v7+A=",
"lastModified": 1716077219,
"narHash": "sha256-wLa2QVd9o8Kw58mDtoRn9RUgYgN8Zvl30wn+lSBMi64=",
"owner": "ipetkov",
"repo": "crane",
"rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5",
"rev": "5b0b062ff0357ee207bc47df34c64a0047b5d9ec",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5",
"type": "github"
}
},

View File

@ -8,7 +8,7 @@
inputs.advisory-db.url = "github:rustsec/advisory-db";
inputs.advisory-db.flake = false;
inputs.crane.url = "github:ipetkov/crane?rev=27025ab71bdca30e7ed0a16c88fd74c5970fc7f5";
inputs.crane.url = "github:ipetkov/crane";
inputs.crane.inputs.nixpkgs.follows = "nixpkgs";
inputs.devshell.url = "github:numtide/devshell";