summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-10-29 12:48:33 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-11-02 08:24:57 -0800
commite99270812fe82647c214543901025713789aaaf6 (patch)
tree04bfd2ab180069d1b9c26d840545f2a7683d806b /pkgs
parentd390372c1964fdc5e18676ead1c87b646b2d4b58 (diff)
downloadnixpkgs-e99270812fe82647c214543901025713789aaaf6.tar
nixpkgs-e99270812fe82647c214543901025713789aaaf6.tar.gz
nixpkgs-e99270812fe82647c214543901025713789aaaf6.tar.bz2
nixpkgs-e99270812fe82647c214543901025713789aaaf6.tar.lz
nixpkgs-e99270812fe82647c214543901025713789aaaf6.tar.xz
nixpkgs-e99270812fe82647c214543901025713789aaaf6.tar.zst
nixpkgs-e99270812fe82647c214543901025713789aaaf6.zip
cutelyst: 2.12.0 -> 2.13.0
Diffstat (limited to 'pkgs')
-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 d5e83f0410c..1befa89c7d0 100644
--- a/pkgs/development/libraries/cutelyst/default.nix
+++ b/pkgs/development/libraries/cutelyst/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "cutelyst";
-  version = "2.12.0";
+  version = "2.13.0";
 
   src = fetchFromGitHub {
     owner = "cutelyst";
     repo = "cutelyst";
     rev = "v${version}";
-    sha256 = "1ngacc7ackp08hajby0xvzpvnqahwm2dbxmisw7j7qs1lqrx9k3n";
+    sha256 = "1xbw8ag3iwm69dhrsg54anrlzvvflj6pwsj42z6hrl0yckabn99z";
   };
 
   nativeBuildInputs = [ cmake pkgconfig wrapQtAppsHook ];