nixseparatedebuginfod: 0.3.3 -> 0.3.4

Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.3...v0.3.4
This commit is contained in:
Guillaume Girol 2024-03-07 13:42:08 +01:00
parent 9df3e30ce2
commit 2dea768a21

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "nixseparatedebuginfod"; pname = "nixseparatedebuginfod";
version = "0.3.3"; version = "0.3.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "symphorien"; owner = "symphorien";
repo = "nixseparatedebuginfod"; repo = "nixseparatedebuginfod";
rev = "v${version}"; 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 # tests need a working nix install with access to the internet
doCheck = false; doCheck = false;