gnonograms: 1.4.5 -> 2.0.0
This commit is contained in:
parent
a0009b2ec5
commit
2c2e6383a8
@ -13,17 +13,18 @@
|
|||||||
, gtk3
|
, gtk3
|
||||||
, pantheon
|
, pantheon
|
||||||
, libgee
|
, libgee
|
||||||
|
, libhandy
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnonograms";
|
pname = "gnonograms";
|
||||||
version = "1.4.5";
|
version = "2.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jeremypw";
|
owner = "jeremypw";
|
||||||
repo = "gnonograms";
|
repo = "gnonograms";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1ly3inp6dvjrixdysz5hdfwlhbs49ks0lf8062z2iq6gaf8ivkb2";
|
sha256 = "sha256-2uXaybpCAm9cr0o7bqfhgD7mMNPwtv1X/PgnFnSDOl0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
|
|||||||
gtk3
|
gtk3
|
||||||
pantheon.granite
|
pantheon.granite
|
||||||
libgee
|
libgee
|
||||||
|
libhandy
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user