about summary refs log tree commit diff
path: root/pkgs/servers/varnish/modules.nix
diff options
context:
space:
mode:
authorvolth <volth@webmaster.ms>2018-02-21 19:42:57 +0000
committerGitHub <noreply@github.com>2018-02-21 19:42:57 +0000
commitd44bd9cb570e35178c4345bbd73f098c7aeefe6b (patch)
tree481ded74b4d266e4847822084ac6d572a8435647 /pkgs/servers/varnish/modules.nix
parente3cd8a2d0655aa36d5f543fb9c74e3f159c42862 (diff)
downloadnixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar.gz
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar.bz2
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar.lz
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar.xz
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.tar.zst
nixlib-d44bd9cb570e35178c4345bbd73f098c7aeefe6b.zip
varnish-modules: 0.10.2 -> 0.13.0
Diffstat (limited to 'pkgs/servers/varnish/modules.nix')
-rw-r--r--pkgs/servers/varnish/modules.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/varnish/modules.nix b/pkgs/servers/varnish/modules.nix
index 8327b2ca5166..8fdcf63e5b9a 100644
--- a/pkgs/servers/varnish/modules.nix
+++ b/pkgs/servers/varnish/modules.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, pkgconfig, varnish, python, docutils, removeReferencesTo }:
 
 stdenv.mkDerivation rec {
-  version = "0.10.2";
+  version = "0.13.0";
   name = "varnish-modules-${version}";
 
   src = fetchurl {
     url = "https://download.varnish-software.com/varnish-modules/varnish-modules-${version}.tar.gz";
-    sha256 = "0inw76pm8kcidh0lq7gm3c3bh8v6yps0z7j6ar617b8wf730w1im";
+    sha256 = "1nj52va7cp0swcv87zd3si80knpaa4a7na37cy9wkvgyvhf9k8mh";
   };
 
   nativeBuildInputs = [ pkgconfig docutils removeReferencesTo ];