phototonic: 1.7.1 -> 2.1
This commit is contained in:
parent
8deff07be1
commit
fc84be03be
@ -2,15 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "phototonic-${version}";
|
name = "phototonic-${version}";
|
||||||
version = "1.7.1";
|
version = "2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
repo = "phototonic";
|
repo = "phototonic";
|
||||||
owner = "oferkv";
|
owner = "oferkv";
|
||||||
# There is currently no tag for 1.7.1 see
|
rev = "v${version}";
|
||||||
# https://github.com/oferkv/phototonic/issues/214
|
sha256 = "0csidmxl1sfmn6gq81vn9f9jckb4swz3sgngnwqa4f75lr6604h7";
|
||||||
rev = "c37070e4a068570d34ece8de1e48aa0882c80c5b";
|
|
||||||
sha256 = "1agd3bsrpljd019qrjvlbim5l0bhpx53dhpc0gvyn0wmcdzn92gj";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ qtbase exiv2 ];
|
buildInputs = [ qtbase exiv2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user