Unverified Commit 605a7ee4 authored by Ovyerus's avatar Ovyerus
Browse files

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

parent 28dac497
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -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 = ''