build(nix): update/tweak flake deps

This commit is contained in:
Youser Nayme 2026-08-16 16:33:06 +00:00
parent 6aa812ca3b
commit 3aeda2922c
No known key found for this signature in database
GPG key ID: 08E3619383679CAE
2 changed files with 11 additions and 11 deletions

20
flake.lock generated
View file

@ -3,16 +3,16 @@
"crane": {
"flake": false,
"locked": {
"lastModified": 1752946753,
"narHash": "sha256-g5uP3jIj+STUcfTJDKYopxnSijs2agRg13H0SGL5iE4=",
"lastModified": 1779041105,
"narHash": "sha256-nnGD2f8OlAZT2i5OfwikJsw+ifWfiA4d6A8BWlgOXV0=",
"owner": "ipetkov",
"repo": "crane",
"rev": "544d09fecc8c2338542c57f3f742f1a0c8c71e13",
"rev": "10e6e3cb966f7cfcc789fe5eee7a85f3188ce08b",
"type": "github"
},
"original": {
"owner": "ipetkov",
"ref": "v0.21.0",
"ref": "v0.23.4",
"repo": "crane",
"type": "github"
}
@ -26,11 +26,11 @@
"pyproject-nix": "pyproject-nix"
},
"locked": {
"lastModified": 1757586460,
"narHash": "sha256-yirDG1oRjy0DYK+YpmWhxAWM40/mYkbOBKzcmSHTizw=",
"lastModified": 1786890913,
"narHash": "sha256-iNzZPc3VN7S4A1x6LvuLNJgYOHm8dSeMIrOPcEa0mhA=",
"owner": "NeuralModder",
"repo": "dream2nix",
"rev": "d933441a982b9565818a13113962bd89d27a43db",
"rev": "e1c56d8313e2ce31eef1a064c5b944c978d0c7e1",
"type": "github"
},
"original": {
@ -171,11 +171,11 @@
]
},
"locked": {
"lastModified": 1752481895,
"narHash": "sha256-luVj97hIMpCbwhx3hWiRwjP2YvljWy8FM+4W9njDhLA=",
"lastModified": 1763017646,
"narHash": "sha256-Z+R2lveIp6Skn1VPH3taQIuMhABg1IizJd8oVdmdHsQ=",
"owner": "pyproject-nix",
"repo": "pyproject.nix",
"rev": "16ee295c25107a94e59a7fc7f2e5322851781162",
"rev": "47bd6f296502842643078d66128f7b5e5370790c",
"type": "github"
},
"original": {

View file

@ -19,7 +19,7 @@
inputs.nixpkgs.follows = "nixpkgs";
};
crane = {
url = "github:ipetkov/crane/v0.21.0";
url = "github:ipetkov/crane/v0.23.4";
flake = false;
};
};