summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-03-15 09:05:20 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2019-03-15 17:05:20 +0100
commitdb8198909ff15c6ecbff77f9c19605202a4bc91b (patch)
treeb2a14f9f0274b3663e7e96889e37644481b51780 /pkgs/servers
parent485035dda0a9ade4ec682d3772953ac6110251a2 (diff)
downloadnixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar.gz
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar.bz2
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar.lz
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar.xz
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.tar.zst
nixpkgs-db8198909ff15c6ecbff77f9c19605202a4bc91b.zip
hiawatha: 10.8.3 -> 10.9 (#56695)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hiawatha/versions
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/hiawatha/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/hiawatha/default.nix b/pkgs/servers/http/hiawatha/default.nix
index d99a04642de..742db556707 100644
--- a/pkgs/servers/http/hiawatha/default.nix
+++ b/pkgs/servers/http/hiawatha/default.nix
@@ -17,13 +17,13 @@
 
 stdenv.mkDerivation rec {
   name = "hiawatha-${version}";
-  version = "10.8.3";
+  version = "10.9";
 
   src = fetchFromGitLab {
     owner = "hsleisink";
     repo = "hiawatha";
     rev = "v${version}";
-    sha256 = "057kglz5grrxg5m2brr7mcncwd3idxzczq5vg8yd1iri2rq63hdc";
+    sha256 = "0mcg36bidy3p57nyk9nliqjipfb3r2irziavlbr2d5g3smfv52z2";
   };
 
   nativeBuildInputs = [ cmake ninja ];