Loading pkgs/applications/graphics/hugin/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ , stdenv , cmake , fetchurl , fetchpatch , gnumake , makeWrapper , pkg-config Loading Loading @@ -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 Loading Loading
pkgs/applications/graphics/hugin/default.nix +2 −11 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ , stdenv , cmake , fetchurl , fetchpatch , gnumake , makeWrapper , pkg-config Loading Loading @@ -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 Loading