Unverified Commit df7dac47 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #257335 from wegank/rectangle-bump

rectangle: 0.71 -> 0.72
parents cd4e4e51 38d386cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "rectangle";
  version = "0.71";
  version = "0.72";

  src = fetchurl {
    url = "https://github.com/rxhanson/Rectangle/releases/download/v${version}/Rectangle${version}.dmg";
    hash = "sha256-QsvEBTuLh5GyVzNTKaJAVwPNtYCc/3yH+U8VgXE4nk0=";
    hash = "sha256-fFJBlMtT9aTbo/XxwUsTlDxcvxqrjdqpk4OvEQXb3s0=";
  };

  sourceRoot = ".";