summary refs log tree commit diff
path: root/pkgs/tools/networking/openapi-generator-cli/example.nix
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2022-06-04 08:27:01 -0300
committerGitHub <noreply@github.com>2022-06-04 08:27:01 -0300
commitb3a4080baf4ef144c299dd11f224dd7cb4af292a (patch)
tree520ade22565128e157e40de8c0154a590e0e1564 /pkgs/tools/networking/openapi-generator-cli/example.nix
parentd17c1a3892597ceb28c1a803f1354affcb42216c (diff)
parentc428ad43d1c6cb00bdfdbd5d03d24a98544e0760 (diff)
downloadnixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar.gz
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar.bz2
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar.lz
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar.xz
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.tar.zst
nixpkgs-b3a4080baf4ef144c299dd11f224dd7cb4af292a.zip
Merge pull request #176029 from AndersonTorres/SRI-hashes
Treewide: change hashes to SRI format
Diffstat (limited to 'pkgs/tools/networking/openapi-generator-cli/example.nix')
-rw-r--r--pkgs/tools/networking/openapi-generator-cli/example.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/openapi-generator-cli/example.nix b/pkgs/tools/networking/openapi-generator-cli/example.nix
index f59173b9744..047c02a9a91 100644
--- a/pkgs/tools/networking/openapi-generator-cli/example.nix
+++ b/pkgs/tools/networking/openapi-generator-cli/example.nix
@@ -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";