about summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 03:14:00 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-07-01 03:14:00 -0700
commit00e914cb83295a28c8d4f50c3b070a27a14ad597 (patch)
treeffc8df9e61f95d2e3608d12ea1081280c8b9c95d /pkgs/development/libraries
parent5b4b6b6c24e2756bf5d98eb03974637cd193c076 (diff)
downloadnixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar.gz
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar.bz2
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar.lz
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar.xz
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.tar.zst
nixlib-00e914cb83295a28c8d4f50c3b070a27a14ad597.zip
cutelyst: 2.7.0 -> 2.8.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cutelyst/versions
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/cutelyst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/cutelyst/default.nix b/pkgs/development/libraries/cutelyst/default.nix
index 784a282f6b24..fb1c1199dd02 100644
--- a/pkgs/development/libraries/cutelyst/default.nix
+++ b/pkgs/development/libraries/cutelyst/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   name = "cutelyst-${version}";
-  version = "2.7.0";
+  version = "2.8.0";
 
   src = fetchFromGitHub {
     owner = "cutelyst";
     repo = "cutelyst";
     rev = "v${version}";
-    sha256 = "09cgfpr2k1jp98h1ahxqm5lmv3qbk0bcxpqpill6n5wmq2c8kl8b";
+    sha256 = "02jys32qkyksa2dmanyg4x0y5lh4ra0xbn2mfr2k84slrxbgjs1g";
   };
 
   nativeBuildInputs = [ cmake pkgconfig makeWrapper ];