qimgv: 1.0.3-alpha -> 1.0.3-unstable-2024-10-11

This commit is contained in:
Ovyerus
2025-02-10 18:35:19 +11:00
parent 28dac497f7
commit 605a7ee46b
+5 -3
View File
@@ -12,17 +12,18 @@
qtbase,
qtimageformats,
qtsvg,
qttools,
}:
mkDerivation rec {
pname = "qimgv";
version = "1.0.3-alpha";
version = "1.0.3-unstable-2024-10-11";
src = fetchFromGitHub {
owner = "easymodo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fHMSo8zlOl9Lt8nYwClUzON4TPB9Ogwven+TidsesxY=";
rev = "a4d475fae07847be7c106cb628fb97dad51ab920";
sha256 = "sha256-iURUJiPe8hbCnpaf6lk8OVSzVqrJKGab889yOic5yLI=";
};
nativeBuildInputs = [
@@ -41,6 +42,7 @@ mkDerivation rec {
qtbase
qtimageformats
qtsvg
qttools
];
postPatch = ''