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