about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-03-30 10:39:27 -0400
committerGitHub <noreply@github.com>2024-03-30 10:39:27 -0400
commitf1bac8775cc1919cc0aed35a4f74daf8c7e626d4 (patch)
treeabbe3ec679d410ff01934b05d0cf2ea0906bb3d0 /pkgs/applications/science
parent937376cea99cbe988a9872b1c7d1f9bbf61342ba (diff)
parent41530e7cdabee18873a1476f94656bd384fa1632 (diff)
Merge pull request #299873 from r-ryantm/auto-update/rofi-calc
rofi-calc: 2.2.0 -> 2.2.1
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/rofi-calc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/math/rofi-calc/default.nix b/pkgs/applications/science/math/rofi-calc/default.nix
index 6b15073675f73..be126e5fa3974 100644
--- a/pkgs/applications/science/math/rofi-calc/default.nix
+++ b/pkgs/applications/science/math/rofi-calc/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "rofi-calc";
-  version = "2.2.0";
+  version = "2.2.1";
 
   src = fetchFromGitHub {
     owner = "svenstaro";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-SGDORHX+lk6PS5/sPAmKZLfZD99/A7XvDPDnuAygDAM=";
+    sha256 = "sha256-uXaI8dwTRtg8LnFxopgXr9x/vEl8ixzIGOsSQQkAkoQ=";
   };
 
   nativeBuildInputs = [