gcab: 0.6 -> 0.7
This commit is contained in:
parent
9513304f61
commit
ed889ba8ae
@ -1,11 +1,12 @@
|
|||||||
{ stdenv, fetchurl, intltool, gobjectIntrospection, pkgconfig }:
|
{ stdenv, fetchurl, intltool, gobjectIntrospection, pkgconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gcab-0.6";
|
name = "gcab-${version}";
|
||||||
|
version = "0.7";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gcab/0.6/${name}.tar.xz";
|
url = "mirror://gnome/sources/gcab/${version}/${name}.tar.xz";
|
||||||
sha256 = "a0443b904bfa7227b5155bfcdf9ea9256b6e26930b8febe1c41f972f6f1334bb";
|
sha256 = "1vxdsiky3492zlyrym02sdwf09y19rl2z5h5iin7qm0wizw5wvm1";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ intltool gobjectIntrospection pkgconfig ];
|
buildInputs = [ intltool gobjectIntrospection pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user