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