about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-12-05 01:28:33 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-02 17:11:09 +0000
commit59ed6b9d482cce731a33aff5a32f8c0f14753cca (patch)
treed8c3b9ba8bdf9884a0ceefa5ce21eb09771376dc
parent66bd92d21c8a3197122877e771f804656bd30ae1 (diff)
rectangle: 0.74 -> 0.75
(cherry picked from commit 4d61ec245f60540a054b944b912b5659dd3baad0)
-rw-r--r--pkgs/os-specific/darwin/rectangle/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/darwin/rectangle/default.nix b/pkgs/os-specific/darwin/rectangle/default.nix
index 590e6427d19b..4366e0aedebf 100644
--- a/pkgs/os-specific/darwin/rectangle/default.nix
+++ b/pkgs/os-specific/darwin/rectangle/default.nix
@@ -7,11 +7,11 @@
 
 stdenvNoCC.mkDerivation rec {
   pname = "rectangle";
-  version = "0.74";
+  version = "0.75";
 
   src = fetchurl {
     url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
-    hash = "sha256-ERfzgw8R39dOc9F/dgcgCKbEVFNChC5LqDFBDzbS+Wg=";
+    hash = "sha256-IjEqT1PHGohuQqgS+IzZKyLoIs0P0V7z42JzNUuzh84=";
   };
 
   sourceRoot = ".";