nixseparatedebuginfod: 0.3.2 -> 0.3.3

Diff: https://github.com/symphorien/nixseparatedebuginfod/compare/v0.3.2...v0.3.3
This commit is contained in:
Guillaume Girol 2024-01-14 19:37:59 +01:00
parent 9b19f5e77d
commit 3d9d2ce4a2

View File

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "nixseparatedebuginfod";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "symphorien";
repo = "nixseparatedebuginfod";
rev = "v${version}";
hash = "sha256-XSEHNoc3h21foVeR28KgfiBTRHyUh+GJ52LMD2xFHfA=";
hash = "sha256-KQzMLAl/2JYy+EVBIhUTouOefOX6OCE3iIZONFMQivk=";
};
cargoHash = "sha256-t6W6siHuga/T9kmanA735zH2i9eCOT7vD6v7E5LIp9k=";
cargoHash = "sha256-UzPWJfkVLqCuMdNcAfQS38lgtWCO9HhCf5ZCqzWQ6jY=";
# tests need a working nix install with access to the internet
doCheck = false;