libisofs: 1.4.8 -> 1.5.0 (#47032)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libisofs/versions
This commit is contained in:
parent
21c26ca390
commit
639f720648
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libisofs-${version}";
|
name = "libisofs-${version}";
|
||||||
version = "1.4.8";
|
version = "1.5.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
|
url = "http://files.libburnia-project.org/releases/${name}.tar.gz";
|
||||||
sha256 = "0scvqb72qq24wcg814p1iw1dknldl21hr1hxsc1wy9vc6vgyk7fw";
|
sha256 = "001l3akf3wb6msl9man776w560iqyvsbwwzs7d7y7msx13irspys";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ attr zlib ];
|
buildInputs = [ attr zlib ];
|
||||||
|
|
Loading…
Reference in New Issue