libisofs: 1.4.4 -> 1.4.6

This commit is contained in:
Nikolay Amiantov 2016-11-23 17:58:04 +03:00
parent 31a02c14f3
commit 8e72dc3d46
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libisofs-${version}";
version = "1.4.4";
version = "1.4.6";
src = fetchurl {
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
sha256 = "1zdx56k847c80ds5yf40hh0a26lkqrc0v11r589dqlm6xvzg0614";
sha256 = "02m5g6lbmmkh2xc5xzq5zaf3ma6v31gls66aj886b3cq9qw0paql";
};
buildInputs = [ attr zlib ];