about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 17:04:54 +0200
committerGitHub <noreply@github.com>2021-09-12 17:04:54 +0200
commit3658907baa448d8e050b35b9eca17c4f1029c123 (patch)
tree4e4e81c3ac9da223843c71fc5a46f6f70d96a4f3 /pkgs
parent193315af6a9490ab78d7cde792c47606bd62a88a (diff)
parentd1e83ab10a26965393a1bca7569f81cb47ac1bb4 (diff)
Merge pull request #136840 from r-ryantm/auto-update/civetweb
civetweb: 1.14 -> 1.15
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/civetweb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/civetweb/default.nix b/pkgs/development/libraries/civetweb/default.nix
index 398ca028c09c4..93ac618bcacf7 100644
--- a/pkgs/development/libraries/civetweb/default.nix
+++ b/pkgs/development/libraries/civetweb/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "civetweb";
-  version = "1.14";
+  version = "1.15";
 
   src = fetchFromGitHub {
     owner = pname;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-6qBsM9zkN838cMtpE3+c7qcrFpZCS/Av7Ch7EWmlnD4=";
+    sha256 = "sha256-Qh6BGPk7a01YzCeX42+Og9M+fjXRs7kzNUCyT4mYab4=";
   };
 
   makeFlags = [