We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dac49 commit 605a7eeCopy full SHA for 605a7ee
pkgs/applications/graphics/qimgv/default.nix
@@ -12,17 +12,18 @@
12
qtbase,
13
qtimageformats,
14
qtsvg,
15
+ qttools,
16
}:
17
18
mkDerivation rec {
19
pname = "qimgv";
- version = "1.0.3-alpha";
20
+ version = "1.0.3-unstable-2024-10-11";
21
22
src = fetchFromGitHub {
23
owner = "easymodo";
24
repo = pname;
- rev = "v${version}";
25
- sha256 = "sha256-fHMSo8zlOl9Lt8nYwClUzON4TPB9Ogwven+TidsesxY=";
+ rev = "a4d475fae07847be7c106cb628fb97dad51ab920";
26
+ sha256 = "sha256-iURUJiPe8hbCnpaf6lk8OVSzVqrJKGab889yOic5yLI=";
27
};
28
29
nativeBuildInputs = [
@@ -41,6 +42,7 @@ mkDerivation rec {
41
42
qtbase
43
qtimageformats
44
qtsvg
45
+ qttools
46
];
47
48
postPatch = ''
0 commit comments