qalculate-gtk: 2.5.0 -> 2.6.0
This commit is contained in:
parent
76786a721a
commit
887b6fd793
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchurl, intltool, autoreconfHook, pkgconfig, libqalculate, gtk3, wrapGAppsHook }:
|
{ stdenv, fetchFromGitHub, intltool, autoreconfHook, pkgconfig, libqalculate, gtk3, wrapGAppsHook }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "qalculate-gtk-${version}";
|
name = "qalculate-gtk-${version}";
|
||||||
version = "2.5.0";
|
version = "2.6.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "https://github.com/Qalculate/qalculate-gtk/archive/v${version}.tar.gz";
|
owner = "qalculate";
|
||||||
sha256 = "1hwwsdk3mlzvg9fsnv0hpj0s1lfkhycwv3sx2yrjwffzphhmxs7a";
|
repo = "qalculate-gtk";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0b2g9ziypcplczsm14b4i2k7vpiw9ll28qskv1fdhyqb0fij3qcx";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user