distrobox: Replace sha256 with hash

+1 -1
+1 -1
pkgs/applications/virtualization/distrobox/default.nix
··· 8 8 owner = "89luca89"; 9 9 repo = finalAttrs.pname; 10 10 rev = finalAttrs.version; 11 - sha256 = "sha256-ss8049D6n1V/gDzEMjywDnoke5s2we9j3mO8yta72UA="; 11 + hash = "sha256-ss8049D6n1V/gDzEMjywDnoke5s2we9j3mO8yta72UA="; 12 12 }; 13 13 14 14 dontConfigure = true;