forked from mirrors/nixpkgs
photonic: 1.7 -> 1.7.1
This commit is contained in:
parent
0bce9599e7
commit
5455a71414
|
@ -2,12 +2,14 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "phototonic-${version}";
|
||||
version = "1.7";
|
||||
version = "1.7.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "phototonic";
|
||||
owner = "oferkv";
|
||||
rev = "v${version}";
|
||||
# There is currently no tag for 1.7.1 see
|
||||
# https://github.com/oferkv/phototonic/issues/214
|
||||
rev = "c37070e4a068570d34ece8de1e48aa0882c80c5b";
|
||||
sha256 = "1agd3bsrpljd019qrjvlbim5l0bhpx53dhpc0gvyn0wmcdzn92gj";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue