summaryrefslogtreecommitdiffstats
path: root/pkgs/test
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2022-06-02 22:00:28 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2022-06-04 08:19:29 -0300
commit71834a1a26fb7e76d75356b537efb86cd0d7d78d (patch)
treed914ad425e0d75473f6146fcbf19f56d5a01ea59 /pkgs/test
parent5842fde37aa31df8aa713b2016dc8a1ac8cb8972 (diff)
buildDhallUrl: use new SRI hash format
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/dhall/buildDhallUrl/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/test/dhall/buildDhallUrl/default.nix b/pkgs/test/dhall/buildDhallUrl/default.nix
index d2e214fb9770..a75101a303d6 100644
--- a/pkgs/test/dhall/buildDhallUrl/default.nix
+++ b/pkgs/test/dhall/buildDhallUrl/default.nix
@@ -9,6 +9,6 @@
dhallPackages.buildDhallUrl {
url = "https://raw.githubusercontent.com/cdepillabout/example-dhall-nix/e6a675c72ecd4dd23d254a02aea8181fe875747f/mydhallfile.dhall";
hash = "sha256-434x+QjHRzuprBdw0h6wmwB1Zj6yZqQb533me8XdO4c=";
- dhallHash = "sha256:e37e31f908c7473ba9ac1770d21eb09b0075663eb266a41be77de67bc5dd3b87";
+ dhallHash = "sha256-434x+QjHRzuprBdw0h6wmwB1Zj6yZqQb533me8XdO4c=";
source = true;
}