1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libisofs: 1.4.2 -> 1.4.4

This commit is contained in:
Rahul Gopinath 2016-07-04 01:19:54 -07:00 committed by Bjørn Forsman
parent 60d00ce1e4
commit a5373d46c1

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "libisofs-${version}";
version = "1.4.2";
version = "1.4.4";
src = fetchurl {
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
sha256 = "1axk1ykv8ibrlrd2f3allidviimi4ya6k7wpvr6r4y1sc7mg7rym";
sha256 = "1zdx56k847c80ds5yf40hh0a26lkqrc0v11r589dqlm6xvzg0614";
};
buildInputs = [ attr zlib ];
@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
homepage = http://libburnia-project.org/;
description = "A library to create an ISO-9660 filesystem with extensions like RockRidge or Joliet";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ abbradar ];
maintainers = with maintainers; [ abbradar vrthra ];
};
}