about summary refs log tree commit diff
path: root/pkgs/applications/graphics/hugin
diff options
context:
space:
mode:
authorMica Semrick <mica@silentumbrella.com>2017-10-04 00:02:43 -0700
committerMica Semrick <mica@silentumbrella.com>2017-10-30 20:13:27 -0700
commit37f548e83630785d0839f1c2e553b4c615a59573 (patch)
tree779763459078005e5e75f9a03a8462583fbcf8ab /pkgs/applications/graphics/hugin
parent25515ce9280dcb90cffc3fbd15e4ab2ac8ec0e38 (diff)
hugin: 2016.2.0 -> 2017.0.0
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 29e43a93c9855..9acd8357cb714 100644
--- a/pkgs/applications/graphics/hugin/default.nix
+++ b/pkgs/applications/graphics/hugin/default.nix
@@ -5,11 +5,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "hugin-2016.2.0";
+  name = "hugin-2017.0.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/hugin/${name}.tar.bz2";
-    sha256 = "058zd63vx29yrx2pphbbll7kzcxkai22q26lpw13rn4lvp41pasl";
+    sha256 = "02a6rlwp20jdn5jdsyg3c7liljr10c3jfdkxiv9mkf9jgyi6wr46";
   };
 
   buildInputs = [