Merge pull request #254128 from r-ryantm/auto-update/valentina

valentina: 0.7.51 -> 0.7.52

authored by

Weijia Wang and committed by
GitHub
1133b4d6 4e28a23b

+4 -3
+4 -3
pkgs/applications/misc/valentina/default.nix
··· 2 , qmake, qttools 3 , qtsvg, qtxmlpatterns 4 , wrapQtAppsHook 5 }: 6 7 stdenv.mkDerivation rec { 8 pname = "valentina"; 9 - version = "0.7.51"; 10 11 src = fetchFromGitLab { 12 owner = "smart-pattern"; 13 repo = "valentina"; 14 rev = "v${version}"; 15 - hash = "sha256-N9fC2tCP4TVNncatHaz5W5Mp3jOmAcEWYCl30+0myaE="; 16 }; 17 18 postPatch = '' ··· 20 --replace '$$[QT_INSTALL_BINS]/$$LRELEASE' '${lib.getDev qttools}/bin/lrelease' 21 ''; 22 23 - nativeBuildInputs = [ qmake qttools wrapQtAppsHook installShellFiles ]; 24 25 buildInputs = [ qtsvg qtxmlpatterns ]; 26
··· 2 , qmake, qttools 3 , qtsvg, qtxmlpatterns 4 , wrapQtAppsHook 5 + , autoPatchelfHook 6 }: 7 8 stdenv.mkDerivation rec { 9 pname = "valentina"; 10 + version = "0.7.52"; 11 12 src = fetchFromGitLab { 13 owner = "smart-pattern"; 14 repo = "valentina"; 15 rev = "v${version}"; 16 + hash = "sha256-DmNRBxqyBvDTdA7Sz9X04Dhejtxx7tOVpST+SkUNguM="; 17 }; 18 19 postPatch = '' ··· 21 --replace '$$[QT_INSTALL_BINS]/$$LRELEASE' '${lib.getDev qttools}/bin/lrelease' 22 ''; 23 24 + nativeBuildInputs = [ qmake qttools wrapQtAppsHook installShellFiles autoPatchelfHook ]; 25 26 buildInputs = [ qtsvg qtxmlpatterns ]; 27