lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

hivex: 1.3.20 -> 1.3.21

+2 -2
+2 -2
pkgs/development/libraries/hivex/default.nix
··· 3 3 4 4 stdenv.mkDerivation rec { 5 5 pname = "hivex"; 6 - version = "1.3.20"; 6 + version = "1.3.21"; 7 7 8 8 src = fetchurl { 9 9 url = "https://libguestfs.org/download/hivex/${pname}-${version}.tar.gz"; 10 - sha256 = "sha256-9SPDe7BkpLq321IkkCw07uT5+rLZuBz2FbMsC4UJ0y0="; 10 + sha256 = "sha256-ms4+9KL/LKUKmb4Gi2D7H9vJ6rivU+NF6XznW6S2O1Y="; 11 11 }; 12 12 13 13 patches = [ ./hivex-syms.patch ];