Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

phototonic: 1.7.1 -> 2.1

+3 -5
+3 -5
pkgs/applications/graphics/phototonic/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "phototonic-${version}"; 5 - version = "1.7.1"; 5 + version = "2.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 repo = "phototonic"; 9 9 owner = "oferkv"; 10 - # There is currently no tag for 1.7.1 see 11 - # https://github.com/oferkv/phototonic/issues/214 12 - rev = "c37070e4a068570d34ece8de1e48aa0882c80c5b"; 13 - sha256 = "1agd3bsrpljd019qrjvlbim5l0bhpx53dhpc0gvyn0wmcdzn92gj"; 10 + rev = "v${version}"; 11 + sha256 = "0csidmxl1sfmn6gq81vn9f9jckb4swz3sgngnwqa4f75lr6604h7"; 14 12 }; 15 13 16 14 buildInputs = [ qtbase exiv2 ];