Merge pull request #334545 from r-ryantm/auto-update/nix-init

nix-init: 0.3.0 -> 0.3.1
This commit is contained in:
K900 2024-08-14 10:23:07 +03:00 committed by GitHub
commit d78c0d71ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,16 +25,16 @@ in
rustPlatform.buildRustPackage rec {
pname = "nix-init";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "nix-community";
repo = "nix-init";
rev = "v${version}";
hash = "sha256-YUstBO+iznr0eJYVJdNQ2BjDhvviRQuojhT9IlTuR0k=";
hash = "sha256-PeOYYTSqqi/KSp+QjMbnNRQqKENo/zemN5Bpqiyh0vA=";
};
cargoHash = "sha256-OAgEzf+EyrwjNa40BwPwSNZ4lhEH93YxCbPJJ3r7oSQ=";
cargoHash = "sha256-YRScCgmrCjzSZWHvnaBTCJsT02gd4SToz130zOMQ+VY=";
nativeBuildInputs = [
curl