Skip to content

Commit

Permalink
Update OSCAL-CLI version
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitawootten committed Mar 20, 2024
1 parent cd976f3 commit b618229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/oscal-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}:
let
pname = "oscal-cli";
version = "1.0.2";
version = "1.0.3";
in
pkgs.stdenv.mkDerivation {
inherit pname version;
Expand All @@ -21,7 +21,7 @@ pkgs.stdenv.mkDerivation {

src = pkgs.fetchzip {
url = "https://repo1.maven.org/maven2/gov/nist/secauto/oscal/tools/oscal-cli/cli-core/${version}/cli-core-${version}-oscal-cli.zip";
sha256 = "sha256-BD9OJgvxgF6W2jBp6Wb8RYJgxh21VWP/z9aLW78CY+U=";
sha256 = "sha256-s3pyOmYxMaq+EF009F3bq7xXVPQTWTcwZq+4AtNh2cU=";
stripRoot = false;
};

Expand Down

0 comments on commit b618229

Please sign in to comment.