about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-04-28 03:25:14 +0000
committertomberek <tomberek@users.noreply.github.com>2021-04-27 23:40:26 -0400
commit55e8cc00587497e0d1c4a1764c53f1cc8de99b33 (patch)
treed703751a209ca6495f16e26e8764469d6250f48d /pkgs/applications
parentdacb5ba2941bcd486ae6633402f0c34f6297f358 (diff)
calcurse: 4.7.0 -> 4.7.1
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/calcurse/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/calcurse/default.nix b/pkgs/applications/misc/calcurse/default.nix
index 8a83c593986ad..837fcc5c27d63 100644
--- a/pkgs/applications/misc/calcurse/default.nix
+++ b/pkgs/applications/misc/calcurse/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "calcurse";
-  version = "4.7.0";
+  version = "4.7.1";
 
   src = fetchurl {
     url = "https://calcurse.org/files/${pname}-${version}.tar.gz";
-    sha256 = "0dc4bka2l9z03bnlygsnl06l1zi2wbn29rkc02b13x2kdab7arpg";
+    sha256 = "sha256-CnxV0HZ0Vp0WbAsOdYeyly09qBYM231gsdvSiVgDr7A=";
   };
 
   buildInputs = [ ncurses gettext python3 python3Packages.wrapPython ];