Skip to content

Commit

Permalink
nixseparatedebuginfod: 0.3.2 -> 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
symphorien committed Jan 14, 2024
1 parent 9b19f5e commit 3d9d2ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ni/nixseparatedebuginfod/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d9d2ce

Please sign in to comment.