From 2922710cb57981ac90f09d66791c6637bbb0e1e7 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Wed, 8 Jun 2022 22:29:45 -0300 Subject: [PATCH] otto-matic: use SRI hash format --- pkgs/games/otto-matic/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/games/otto-matic/default.nix b/pkgs/games/otto-matic/default.nix index 5dd7f98e4569..2257b50e0c8d 100644 --- a/pkgs/games/otto-matic/default.nix +++ b/pkgs/games/otto-matic/default.nix @@ -8,7 +8,7 @@ stdenv.mkDerivation rec { owner = "jorio"; repo = pname; rev = version; - sha256 = "sha256:1yd4clks7kr2hn69c4q1ykc92sw6axbspambm03viapr834bjz3q"; + sha256 = "sha256-eHy5yED5qrgHqKuqq1dXhmuR2PQBE5aMhSLPoydlpPk="; fetchSubmodules = true; };