about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-18 12:26:12 +0100
committerGitHub <noreply@github.com>2024-02-18 12:26:12 +0100
commit6ecec40792e26697eb5c015e04084cea3ebe70cc (patch)
tree473ac8f9148bef7812214cb7660ed62e480aebaf
parentf975db4c435697c9da09fd8381511e0f23b38c11 (diff)
parent88273ad311b25ac4884348126d77729ac12c0338 (diff)
downloadnixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar.gz
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar.bz2
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar.lz
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar.xz
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.tar.zst
nixlib-6ecec40792e26697eb5c015e04084cea3ebe70cc.zip
Merge pull request #289564 from risicle/ris-hugin-2023.0.0
hugin: 2022.0.0 -> 2023.0.0
-rw-r--r--pkgs/applications/graphics/hugin/default.nix13
1 files changed, 2 insertions, 11 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 29535438ec7e..6a0408f98f13 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -2,7 +2,6 @@
 , stdenv
 , cmake
 , fetchurl
-, fetchpatch
 , gnumake
 , makeWrapper
 , pkg-config
@@ -38,21 +37,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hugin";
-  version = "2022.0.0";
+  version = "2023.0.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/hugin/hugin-${version}.tar.bz2";
-    hash = "sha256-l8hWKgupp0PguVWkPf3gSLHGDNnl8u4rad4agWRuBac=";
+    hash = "sha256-BKOfzMYBfgVExjm9IjCUcsV001s0Vcut4fw4cOYxYys=";
   };
 
-  patches = [
-    (fetchpatch {
-      name = "hugin-2022.0.0-exiv2-0.28.patch";
-      url = "https://gitweb.gentoo.org/repo/gentoo.git/plain/media-gfx/hugin/files/hugin-2022.0.0-exiv2-0.28.patch?id=d18335caa756f5e5c1478d5fe3ba17f011a78c80";
-      hash = "sha256-Y+79bFb926GW5oLOL0e5y7kLhqU/vZcry+kLL4H2fUE=";
-    })
-  ];
-
   buildInputs = [
     boost
     cairo