lol

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