diff options
author | Guillaume Girol | 2024-07-20 19:12:19 +0200 |
---|---|---|
committer | Guillaume Girol | 2024-07-20 19:12:19 +0200 |
commit | 88001829673b5bff764ea86566e2cde33327fc8f (patch) | |
tree | 0198b139682759fba7a5a422353c7a15f8757492 /pkgs/by-name/ni | |
parent | 1d9c2c9b3e71b9ee663d11c5d298727dace8d374 (diff) |
nixseparatedebuginfod: 0.3.4 -> 0.4.0
Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.4...v0.4.0
Diffstat (limited to 'pkgs/by-name/ni')
-rw-r--r-- | pkgs/by-name/ni/nixseparatedebuginfod/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ni/nixseparatedebuginfod/package.nix b/pkgs/by-name/ni/nixseparatedebuginfod/package.nix index 7ed8f61bb2c7..ffd82b832032 100644 --- a/pkgs/by-name/ni/nixseparatedebuginfod/package.nix +++ b/pkgs/by-name/ni/nixseparatedebuginfod/package.nix @@ -11,16 +11,16 @@ rustPlatform.buildRustPackage rec { pname = "nixseparatedebuginfod"; - version = "0.3.4"; + version = "0.4.0"; src = fetchFromGitHub { owner = "symphorien"; repo = "nixseparatedebuginfod"; rev = "v${version}"; - hash = "sha256-lbYU9gveZ4SkIpMMN8KRJItA3PZSDWcJAJs4WDoivBg="; + hash = "sha256-sVQ6UgQvSTEIxXPxISeTI9tqAdJlxQpLxq1h4I31r6k="; }; - cargoHash = "sha256-iKmAOPxxuhIYRKQfOuqHrF+u3wtjOk7RJ9gzPFHGGqw="; + cargoHash = "sha256-abHczsRzWDST6ji7yi/Iox1o8QHGjt5T7/KDwsYGYMk="; # tests need a working nix install with access to the internet doCheck = false; |