Skip to content

Commit

Permalink
kata.genpolicy: update hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Sep 9, 2024
1 parent 75abba6 commit c41b24f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/by-name/kata/genpolicy/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ rustPlatform.buildRustPackage rec {
settings = fetchurl {
name = "${pname}-${version}-settings";
url = "https://raw.githubusercontent.com/kata-containers/kata-containers/${version}/src/tools/genpolicy/genpolicy-settings.json";
hash = "sha256-4uBxU71wwvS2vMVxSizTBmy+C+VXIeAHgcrATgaqgD4=";
hash = "sha256-kalmW/gWMJIWUNk7IzA0l1saMFu8QYb1DXZ8cU/QSxs=";
downloadToTemp = true;
recursiveHash = true;
postFetch = "install -D $downloadedFile $out/genpolicy-settings.json";
Expand All @@ -70,7 +70,7 @@ rustPlatform.buildRustPackage rec {
rules = fetchurl {
name = "${pname}-${version}-rules";
url = "https://raw.githubusercontent.com/kata-containers/kata-containers/${version}/src/tools/genpolicy/rules.rego";
hash = "sha256-AAO0bsM1pcsafR6YHbqH9NbPMFPQty9o+jLSUmYfScs=";
hash = "sha256-8CcGFEeAMxTFvZmJh2v7NNIEQXg+g8cCA73/nmOhCns=";
downloadToTemp = true;
recursiveHash = true;
postFetch = "install -D $downloadedFile $out/genpolicy-rules.rego";
Expand Down

0 comments on commit c41b24f

Please sign in to comment.