about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-05-08 05:58:17 -0500
committerGitHub <noreply@github.com>2020-05-08 05:58:17 -0500
commite813d1b30c18d4db31d3bdd9988c8b7e3683e7c8 (patch)
treec791b352d17649cde05b6fb2f134172eea2247ae /pkgs/applications
parent7a27e4cfdb61316cc2e3bf233c5803becd91c869 (diff)
parentd0de28e20aec2a1d6c6ecfbcc92c5cc1884f7822 (diff)
downloadnixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar.gz
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar.bz2
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar.lz
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar.xz
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.tar.zst
nixlib-e813d1b30c18d4db31d3bdd9988c8b7e3683e7c8.zip
Merge pull request #86859 from cole-h/qimgv
qimgv: 0.9 -> 0.9.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/graphics/qimgv/default.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/pkgs/applications/graphics/qimgv/default.nix b/pkgs/applications/graphics/qimgv/default.nix
index 4bbf6aa31d3d..2b24a34fbc25 100644
--- a/pkgs/applications/graphics/qimgv/default.nix
+++ b/pkgs/applications/graphics/qimgv/default.nix
@@ -16,25 +16,15 @@
 
 mkDerivation rec {
   pname = "qimgv";
-  version = "0.9";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "easymodo";
     repo = pname;
     rev = "v${version}";
-    sha256 = "1yynjk47gjf2kjfb0ak4blxpb5irgqc1k59z726lwjd6gvg689fl";
+    sha256 = "0b2hddps969gjim2r9a22zaxmnzp600av2zz6icq66ksfrx1rpac";
   };
 
-  patches = [
-    # QtAtomicInt's `storeRelaxed` was introduced in Qt 5.14, while nixpkgs only
-    # has Qt 5.12. This appears to be the only instance of Qt 5.12
-    # incompatibility, and will be fixed in the next release.
-    (fetchpatch {
-      url = "https://github.com/easymodo/qimgv/commit/a39d6086ceb9445d2c16943e0719096a99920bf8.patch";
-      sha256 = "1z3ngv6i316hrdcdzig4jg6bcdbgfxjaxvm2jcfcw2dnfbfiq47s";
-    })
-  ];
-
   nativeBuildInputs = [
     cmake
     pkgconfig