Skip to content

Commit

Permalink
[Backport release-24.05] viceroy: 0.11.0 -> 0.12.0 (#339522)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 4, 2024
2 parents bf0e7a1 + 8e654cc commit 4ff3762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/viceroy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
pname = "viceroy";
version = "0.11.0";
version = "0.12.0";

src = fetchFromGitHub {
owner = "fastly";
repo = pname;
rev = "v${version}";
hash = "sha256-8Vfi/lHkaUvp6szSrqHaewXUWZ9Rb0oQdc8tuBFlvLI=";
hash = "sha256-0jED0Ju7ojqDxfEjZKmWuCfGR830/gJF5p+QtcVajIY=";
};

buildInputs = lib.optional stdenv.isDarwin Security;

cargoHash = "sha256-3HhNFcNo/TNnAOLARtVnN/Moh2/8cdW7cn7MTahR18g=";
cargoHash = "sha256-rSZe/MrJlbB0oaAsKg38mEnS3pqe9Rk4/aoRuLlOUFc=";

cargoTestFlags = [
"--package viceroy-lib"
Expand Down

0 comments on commit 4ff3762

Please sign in to comment.