about summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-06-05 15:30:45 -0400
committerGitHub <noreply@github.com>2024-06-05 15:30:45 -0400
commitaba93d39a9637924ad0b54d0fd89641cac4fcca8 (patch)
tree76d5bf2078dc0241f840dbf3431c912d6b0347d6 /pkgs/os-specific
parent4e53d7ceddd621ff45cb0047c11e56dff76f0f92 (diff)
parent89801f7eadcaba13bd3ae24cb7d739c889fe2189 (diff)
Merge pull request #317384 from wegank/rectangle-bump
rectangle: 0.79 -> 0.80
Diffstat (limited to 'pkgs/os-specific')
-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 af7bb58e54a17..1e7be272d6ab9 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.79";
+  version = "0.80";
 
   src = fetchurl {
     url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
-    hash = "sha256-XczwgLONTt7wL+oW1ruw6wBwZTMd5VyN+79xJy0NUIg=";
+    hash = "sha256-CmYhMnEhn3UK82RXuT1KQhAoK/0ewcUU6h73el2Lpw8=";
   };
 
   sourceRoot = ".";