about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDontEatOreo <57304299+DontEatOreo@users.noreply.github.com>2024-05-02 15:18:44 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-05-02 17:13:38 +0000
commitf9a3752e6d34fcbd43e986b8aa7217404406c58f (patch)
treed69b7229daa28980dca1f7b5a7197d7a53727aa4
parent7b40057fe86d3eb15071febeb593f03686b79c17 (diff)
rectangle: 0.76 -> 0.77
Diff: https://github.com/rxhanson/Rectangle/compare/v0.76..v0.77
Changelog: https://github.com/rxhanson/Rectangle/releases/tag/v0.77
(cherry picked from commit c980864f86473d55b5de97b941fa8f4d11eadf1a)
-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 0ada82d0e758..ca83bb7db4c0 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.76";
+  version = "0.77";
 
   src = fetchurl {
     url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
-    hash = "sha256-oHq5mLMWloi6Tf81rjcmUFGwIggtMdyLPqbD/gOzNHU=";
+    hash = "sha256-wViFngw6iwlOG7KsW+zqxjm9ZRJahscX0TYz7/7T5nw=";
   };
 
   sourceRoot = ".";