summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2019-04-22 14:49:40 -0500
committerWill Dietz <w@wdtz.org>2019-04-22 14:54:44 -0500
commit1b2f99d48648cb98d4efb320b78509ce8bd33f9f (patch)
treeee229e7cbb3bd67e6a00a297c929e7e93b734293 /pkgs/applications/graphics/hugin
parentb0fea1dc9c07b4190212e0d344c4db5981b9f75e (diff)
downloadnixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar.gz
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar.bz2
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar.lz
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar.xz
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.tar.zst
nixpkgs-1b2f99d48648cb98d4efb320b78509ce8bd33f9f.zip
hugin: 2018 -> 2019
http://hugin.sourceforge.net/releases/2019.0.0/en.shtml
Diffstat (limited to 'pkgs/applications/graphics/hugin')
-rw-r--r--pkgs/applications/graphics/hugin/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/graphics/hugin/default.nix b/pkgs/applications/graphics/hugin/default.nix
index 1c5b8d1b81d..6be43cffea5 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -5,11 +5,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "hugin-2018.0.0";
+  name = "hugin-2019.0.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/hugin/${name}.tar.bz2";
-    sha256 = "1jv5wpqbq49fhbl5g521g1qxhdm1rm7acxd18fr3n3n5d830vbyk";
+    sha256 = "1l925qslp98gg7yzmgps10h6dq0nb60wbfk345anlxsv0g2ifizr";
   };
 
   buildInputs = [