mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
libisofs: 1.4.2 -> 1.4.4
This commit is contained in:
parent
60d00ce1e4
commit
a5373d46c1
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user