nix-init: 0.3.1 -> 0.3.2

This commit is contained in:
K900
2024-08-16 09:18:01 +03:00
parent 110af0b640
commit 11ce9983ff
2 changed files with 5127 additions and 3 deletions
+5121
View File
File diff suppressed because it is too large Load Diff
+6 -3
View File
@@ -25,16 +25,19 @@ in
rustPlatform.buildRustPackage rec {
pname = "nix-init";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-init";
rev = "v${version}";
hash = "sha256-PeOYYTSqqi/KSp+QjMbnNRQqKENo/zemN5Bpqiyh0vA=";
hash = "sha256-0RLEPVtYnwYH+pMnpO0/Evbp7x9d0RMobOVAqwgMJz4=";
};
cargoHash = "sha256-YRScCgmrCjzSZWHvnaBTCJsT02gd4SToz130zOMQ+VY=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes."cargo-0.82.0" = "sha256-1G14vLW3FhLxOWGxuHXcWgb+XXS1vOOyQYKVbrJWlmI=";
};
nativeBuildInputs = [
curl