lol
0
fork

Configure Feed

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

libisofs: 1.5.2 -> 1.5.4

+2 -2
+2 -2
pkgs/development/libraries/libisofs/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libisofs"; 5 - version = "1.5.2"; 5 + version = "1.5.4"; 6 6 7 7 src = fetchurl { 8 8 url = "http://files.libburnia-project.org/releases/${pname}-${version}.tar.gz"; 9 - sha256 = "002mcyqwg625a8hqvsrmgm26mhhfwj0j7rahfhsqirmk02b16npg"; 9 + sha256 = "sha256-qqDtgKdQGXkxb1BbCwF/Kcug6lRjt1EUO60sNgIVqI4="; 10 10 }; 11 11 12 12 buildInputs = [ attr zlib ];