about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-21 23:24:53 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-02 17:12:24 +0000
commite6c7479527e58ea7fd6aa34b5da50f9cdc594478 (patch)
tree698fedc1ba83de2d151f47661f24a0395ed11909
parent73a1c70f7564fd1e1aa473da7add962d7da18b49 (diff)
rectangle: 0.75 -> 0.76
(cherry picked from commit c232935fc72566b811bcf8f2f65a29ede6697709)
-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 4366e0aedebf..0ada82d0e758 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.75";
+  version = "0.76";
 
   src = fetchurl {
     url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
-    hash = "sha256-IjEqT1PHGohuQqgS+IzZKyLoIs0P0V7z42JzNUuzh84=";
+    hash = "sha256-oHq5mLMWloi6Tf81rjcmUFGwIggtMdyLPqbD/gOzNHU=";
   };
 
   sourceRoot = ".";