summary refs log tree commit diff
path: root/pkgs/development/libraries/notcurses
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-03-04 19:29:34 +0000
committertomberek <tomberek@users.noreply.github.com>2021-03-20 20:10:12 -0400
commit2fbcbe203b977d4441edc15d799ea965c9816d32 (patch)
tree69f1fb3ea61f7d031e08a752d10f1c9aba9b9fce /pkgs/development/libraries/notcurses
parent0cb5da86609129f632d119f160515fa3b1eb534c (diff)
notcurses: 2.1.5 -> 2.2.2
Diffstat (limited to 'pkgs/development/libraries/notcurses')
-rw-r--r--pkgs/development/libraries/notcurses/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/notcurses/default.nix b/pkgs/development/libraries/notcurses/default.nix
index 09169019a1284..a4201d0aa2a03 100644
--- a/pkgs/development/libraries/notcurses/default.nix
+++ b/pkgs/development/libraries/notcurses/default.nix
@@ -3,7 +3,7 @@
   multimediaSupport ? true
 }:
 let
-  version = "2.1.5";
+  version = "2.2.2";
 in
 stdenv.mkDerivation {
   pname = "notcurses";
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
     owner  = "dankamongmen";
     repo   = "notcurses";
     rev    = "v${version}";
-    sha256 = "02x9a0z7mbgry2wsfai1l3jwb2zpcg4gq6a2w5d920ap2fixzy8b";
+    sha256 = "sha256-PzSstz5jODWbMLSClm3yZSHJKMXuDfxwj/h9Qo6kAVg=";
   };
 
   meta = {