update cargo2nix
All checks were successful
Hydra x86_64-linux.packages.rand_testsuite Hydra build #6519 of procyos:rand_testsuite:x86_64-linux.packages.rand_testsuite
Hydra x86_64-linux.checks.rand_testsuite Hydra build #6518 of procyos:rand_testsuite:x86_64-linux.checks.rand_testsuite

This commit is contained in:
Charlotte 🦝 Delenk 2024-09-17 08:18:42 +02:00
parent 87f9a8c345
commit 12a19e33f0
3 changed files with 7 additions and 8 deletions

View file

@ -118,7 +118,7 @@ in
version = "0.1.1"; version = "0.1.1";
registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/"; registry = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
src = fetchCrateAlternativeRegistry { src = fetchCrateAlternativeRegistry {
index = sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/; index = "sparse+https://git.chir.rs/api/packages/ProcyOS/cargo/";
name = "extra-math"; name = "extra-math";
version = "0.1.1"; version = "0.1.1";
sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb"; sha256 = "0efe6931de01f01ec0afe614a0299e811e34292ef28368ffcef1c3c7e15b24fb";

View file

@ -14,11 +14,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725812914, "lastModified": 1726552619,
"narHash": "sha256-xYdN9kbpLScjJGll6IE7Cnnn1UhIMKUwGyrzKjQvPgI=", "narHash": "sha256-ytTBILVMnRZYvjiLYz+J6IFf/TOXdGuP6RDesMx9qgA=",
"owner": "DarkKirb", "owner": "DarkKirb",
"repo": "cargo2nix", "repo": "cargo2nix",
"rev": "7bb1ee00029ab2e7bd8ba03f5563cdbb998ab6f7", "rev": "baa12124e2de09e1cbbdac320f14809fa55af1a2",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -78,11 +78,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1726547454, "lastModified": 1726552853,
"narHash": "sha256-ORlOjR97LbxyJ28Iyd/mstcWAJ4VbKjYuULLx+icpFU=", "narHash": "sha256-IiMC/CUatt5uvU5oHfWfqoaCjNs/vqRHj0B8JTZLrTg=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "762dd3d899e1c3dbde61212e454afc54ec579f7a", "rev": "683fddf43ec6cbb85bb61de54349090beb190173",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -8,7 +8,6 @@
rust-overlay = { rust-overlay = {
url = "github:oxalica/rust-overlay"; url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
}; };
cargo2nix = { cargo2nix = {