distrobox: Replace sha256 with hash

This commit is contained in:
John Garcia 2023-09-17 15:37:01 +01:00
parent f00c7e4a56
commit c0633919a6

View File

@ -8,7 +8,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
owner = "89luca89";
repo = finalAttrs.pname;
rev = finalAttrs.version;
sha256 = "sha256-ss8049D6n1V/gDzEMjywDnoke5s2we9j3mO8yta72UA=";
hash = "sha256-ss8049D6n1V/gDzEMjywDnoke5s2we9j3mO8yta72UA=";
};
dontConfigure = true;