openapi-generator-cli/example.nix: use new SRI hash format
This commit is contained in:
parent
5384078178
commit
f1ab6c919b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ runCommand "openapi-generator-cli-test" {
|
|||
nativeBuildInputs = [ openapi-generator-cli ];
|
||||
petstore = fetchurl {
|
||||
url = "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/14c0908becbccd78252be49bd92be8c53cd2b9e3/examples/v3.0/petstore.yaml";
|
||||
sha256 = "sha256:1mgdbzv42alv0b1a18dqbabqyvyhrg3brynr5hqsrm3qljfzaq5b";
|
||||
hash = "sha256-q2D1naR41KwxLNn6vMbL0G+Pl1q4oaDCApsqQfZf7dU=";
|
||||
};
|
||||
config = builtins.toJSON {
|
||||
elmVersion = "0.19";
|
||||
|
|
Loading…
Reference in a new issue