From 88001829673b5bff764ea86566e2cde33327fc8f Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sat, 20 Jul 2024 19:12:19 +0200 Subject: [PATCH] nixseparatedebuginfod: 0.3.4 -> 0.4.0 Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.4...v0.4.0 --- pkgs/by-name/ni/nixseparatedebuginfod/package.nix | 6 +++--- 1 file 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;