3
0
Fork 0
forked from mirrors/nixpkgs

otto-matic: use SRI hash format

This commit is contained in:
AndersonTorres 2022-06-08 22:29:45 -03:00
parent bdbfd5cead
commit 2922710cb5

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
owner = "jorio";
repo = pname;
rev = version;
sha256 = "sha256:1yd4clks7kr2hn69c4q1ykc92sw6axbspambm03viapr834bjz3q";
sha256 = "sha256-eHy5yED5qrgHqKuqq1dXhmuR2PQBE5aMhSLPoydlpPk=";
fetchSubmodules = true;
};