Skip to content

Commit b07de9b

Browse files
qimgv: 1.0.3-alpha -> 1.0.3-unstable-2024-10-11 (#366375)
2 parents 6c181f0 + 605a7ee commit b07de9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkgs/applications/graphics/qimgv/default.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,18 @@
1212
qtbase,
1313
qtimageformats,
1414
qtsvg,
15+
qttools,
1516
}:
1617

1718
mkDerivation rec {
1819
pname = "qimgv";
19-
version = "1.0.3-alpha";
20+
version = "1.0.3-unstable-2024-10-11";
2021

2122
src = fetchFromGitHub {
2223
owner = "easymodo";
2324
repo = pname;
24-
rev = "v${version}";
25-
sha256 = "sha256-fHMSo8zlOl9Lt8nYwClUzON4TPB9Ogwven+TidsesxY=";
25+
rev = "a4d475fae07847be7c106cb628fb97dad51ab920";
26+
sha256 = "sha256-iURUJiPe8hbCnpaf6lk8OVSzVqrJKGab889yOic5yLI=";
2627
};
2728

2829
nativeBuildInputs = [
@@ -41,6 +42,7 @@ mkDerivation rec {
4142
qtbase
4243
qtimageformats
4344
qtsvg
45+
qttools
4446
];
4547

4648
postPatch = ''

0 commit comments

Comments
 (0)