nix: rollback Crane

Work around https://github.com/ipetkov/crane/issues/618
This commit is contained in:
Harsh Shandilya 2024-05-19 23:22:14 +05:30
parent 779f427c16
commit b00934ddbd
2 changed files with 5 additions and 4 deletions

View File

@ -23,16 +23,17 @@
]
},
"locked": {
"lastModified": 1716077219,
"narHash": "sha256-wLa2QVd9o8Kw58mDtoRn9RUgYgN8Zvl30wn+lSBMi64=",
"lastModified": 1715274763,
"narHash": "sha256-3Iv1PGHJn9sV3HO4FlOVaaztOxa9uGLfOmUWrH7v7+A=",
"owner": "ipetkov",
"repo": "crane",
"rev": "5b0b062ff0357ee207bc47df34c64a0047b5d9ec",
"rev": "27025ab71bdca30e7ed0a16c88fd74c5970fc7f5",
"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";
inputs.crane.url = "github:ipetkov/crane?rev=27025ab71bdca30e7ed0a16c88fd74c5970fc7f5";
inputs.crane.inputs.nixpkgs.follows = "nixpkgs";
inputs.devshell.url = "github:numtide/devshell";