about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2024-03-24 15:45:47 +0100
committerGitHub <noreply@github.com>2024-03-24 15:45:47 +0100
commitef6193e05592f73b4a39987dcabed55192612d1f (patch)
tree16cc1edcd57af29dd492b4ca424edfe357448154
parent282c62089ec0834ee4912f3980059c8035953025 (diff)
parent2dea768a21d625d1f23ac45c667809001cf62e23 (diff)
Merge pull request #294050 from symphorien/update-nixseparatedebuginfod-0.3.4
nixseparatedebuginfod: 0.3.3 -> 0.3.4
-rw-r--r--pkgs/by-name/ni/nixseparatedebuginfod/package.nix6
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 786acafe4704f..263f4f7367060 100644
--- a/pkgs/by-name/ni/nixseparatedebuginfod/package.nix
+++ b/pkgs/by-name/ni/nixseparatedebuginfod/package.nix
@@ -10,16 +10,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "nixseparatedebuginfod";
-  version = "0.3.3";
+  version = "0.3.4";
 
   src = fetchFromGitHub {
     owner = "symphorien";
     repo = "nixseparatedebuginfod";
     rev = "v${version}";
-    hash = "sha256-KQzMLAl/2JYy+EVBIhUTouOefOX6OCE3iIZONFMQivk=";
+    hash = "sha256-lbYU9gveZ4SkIpMMN8KRJItA3PZSDWcJAJs4WDoivBg=";
   };
 
-  cargoHash = "sha256-UzPWJfkVLqCuMdNcAfQS38lgtWCO9HhCf5ZCqzWQ6jY=";
+  cargoHash = "sha256-iKmAOPxxuhIYRKQfOuqHrF+u3wtjOk7RJ9gzPFHGGqw=";
 
   # tests need a working nix install with access to the internet
   doCheck = false;