Skip to content

Commit

Permalink
genpolicy-msft: 3.2.0.azl0.genpolicy -> 3.2.0.azl0.genpolicy1
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Apr 2, 2024
1 parent 8788286 commit 266c000
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/by-name/genpolicy-msft/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@

rustPlatform.buildRustPackage rec {
pname = "genpolicy";
version = "3.2.0.azl0.genpolicy";
version = "3.2.0.azl0.genpolicy1";

src = fetchFromGitHub {
owner = "microsoft";
repo = "kata-containers";
rev = version;
hash = "sha256-P4SEWXB+NwbK1KsK7hiMGyZm451aUJlXYGiBzChg7f8=";
rev = "refs/tags/${version}";
hash = "sha256-A+xlX7OsGUiYnvceUO5DKz14ASqbJnAg0SVJY5laxqs=";
};

patches = [
Expand All @@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {

sourceRoot = "${src.name}/src/tools/genpolicy";

cargoHash = "sha256-chmXwe1WPJf2i9D7mcexx3NYoXtUo1vsEx4RZ6USrO0=";
cargoHash = "sha256-BWFD3gm1big/frVCWksLyTcn3R/QSefavQ2g1EPsBkU=";

OPENSSL_NO_VENDOR = 1;

Expand Down

0 comments on commit 266c000

Please sign in to comment.