Update Nix dependencies (#3638)

This commit is contained in:
Rushmore Mushambi 2024-03-06 14:42:10 +02:00 committed by GitHub
parent 5534a70431
commit 442da05c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View file

@ -7,16 +7,16 @@
]
},
"locked": {
"lastModified": 1699217310,
"narHash": "sha256-xpW3VFUG7yE6UE6Wl0dhqencuENSkV7qpnpe9I8VbPw=",
"lastModified": 1706473297,
"narHash": "sha256-FbxuYIrHaXpsYCLtI1gCNJhd+qvERjPibXL3ctmVaCs=",
"owner": "ipetkov",
"repo": "crane",
"rev": "d535642bbe6f377077f7c23f0febb78b1463f449",
"rev": "fe812ef0dad5bb93a56c599d318be176d080281d",
"type": "github"
},
"original": {
"owner": "ipetkov",
"ref": "v0.15.0",
"ref": "v0.16.1",
"repo": "crane",
"type": "github"
}
@ -29,11 +29,11 @@
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
"lastModified": 1702362203,
"narHash": "sha256-etsSWZfvmVA9RWqixmoKTf+JLEMtjlOaLxh/tK80ZCg=",
"lastModified": 1709706238,
"narHash": "sha256-DBYWNdMGX6uWsR5KS9Vdg6vfU0QKIuPZzt2PrXmShwQ=",
"owner": "nix-community",
"repo": "fenix",
"rev": "7622e4a2d4378861d9e83fc02c1eeb0e084bf3f2",
"rev": "4dc1af0afeb1c8f50fc552c8109f7b8f603eebc0",
"type": "github"
},
"original": {
@ -76,11 +76,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1702283490,
"narHash": "sha256-QB/77RvJSDvmaJ9VBAtSingT3x673q3F9VLfOhn2j9A=",
"lastModified": 1709649693,
"narHash": "sha256-BBBBpL+BGsiDMlkQooMwc634feFM/0lw5ghP18HJy7c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "eb48fb87884618b6808a945c9b0561f376996466",
"rev": "9cd07ee45d0077b16392a877f448baffe9d07c9a",
"type": "github"
},
"original": {
@ -102,11 +102,11 @@
"rust-analyzer-src": {
"flake": false,
"locked": {
"lastModified": 1702322912,
"narHash": "sha256-CtQtHdJp6naa5xtMmrkNwZx0aVq4215RtWw5/f7l0zw=",
"lastModified": 1709671826,
"narHash": "sha256-Ici6z+lmXIxcBPWTCD+YI2qJCdgpiKlOWmo92F6rOFk=",
"owner": "rust-lang",
"repo": "rust-analyzer",
"rev": "8c3e28e3e2d4f190b633fbd43d689b45b28b5598",
"rev": "767d5d3eab237a1fbc10d62b120020b12f6026c5",
"type": "github"
},
"original": {

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.11-small";
flake-utils.url = "github:numtide/flake-utils/v1.0.0";
crane = {
url = "github:ipetkov/crane/v0.15.0";
url = "github:ipetkov/crane/v0.16.1";
inputs.nixpkgs.follows = "nixpkgs";
};
fenix = {