qimgv: 1.0.3-alpha -> 1.0.3-unstable-2024-10-11 (#366375)

authored by

Wolfgang Walther and committed by
GitHub
b07de9bc 6c181f0b

+5 -3
+5 -3
pkgs/applications/graphics/qimgv/default.nix
··· 12 12 qtbase, 13 13 qtimageformats, 14 14 qtsvg, 15 + qttools, 15 16 }: 16 17 17 18 mkDerivation rec { 18 19 pname = "qimgv"; 19 - version = "1.0.3-alpha"; 20 + version = "1.0.3-unstable-2024-10-11"; 20 21 21 22 src = fetchFromGitHub { 22 23 owner = "easymodo"; 23 24 repo = pname; 24 - rev = "v${version}"; 25 - sha256 = "sha256-fHMSo8zlOl9Lt8nYwClUzON4TPB9Ogwven+TidsesxY="; 25 + rev = "a4d475fae07847be7c106cb628fb97dad51ab920"; 26 + sha256 = "sha256-iURUJiPe8hbCnpaf6lk8OVSzVqrJKGab889yOic5yLI="; 26 27 }; 27 28 28 29 nativeBuildInputs = [ ··· 41 42 qtbase 42 43 qtimageformats 43 44 qtsvg 45 + qttools 44 46 ]; 45 47 46 48 postPatch = ''