summary refs log tree commit diff
path: root/pkgs/development/libraries/cutelyst
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-01-07 23:02:32 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2019-01-07 23:02:32 -0800
commit51230853c80a9097e141a7a53aa1cd60d6b5e358 (patch)
tree0b8c0aed6efee13aea07a3a3178ea167654cb0fd /pkgs/development/libraries/cutelyst
parente5381cdeceeb150535998cee5518e6fa678e4dc0 (diff)
downloadnixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar.gz
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar.bz2
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar.lz
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar.xz
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.tar.zst
nixpkgs-51230853c80a9097e141a7a53aa1cd60d6b5e358.zip
cutelyst: 2.5.1 -> 2.6.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/cutelyst')
-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 f4a10452eef..4bc5d7227e1 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.5.1";
+  version = "2.6.0";
 
   src = fetchFromGitHub {
     owner = "cutelyst";
     repo = "cutelyst";
     rev = "v${version}";
-    sha256 = "0iamavr5gj213c8knrh2mynhn8wcrv83x6s46jq93x93kc5127ks";
+    sha256 = "092qzam3inmj3kvn1s0ygwf3jcikifzkk5hv02b5ym18nqz1025d";
   };
 
   nativeBuildInputs = [ cmake pkgconfig makeWrapper ];