rectangle: 0.89 -> 0.90 (#438988)

authored by pyrox.dev and committed by GitHub c3e5bd9d 1f8588d2

+2 -2
+2 -2
pkgs/by-name/re/rectangle/package.nix
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "rectangle"; 11 - version = "0.89"; 12 13 src = fetchurl { 14 url = "https://github.com/rxhanson/Rectangle/releases/download/v${finalAttrs.version}/Rectangle${finalAttrs.version}.dmg"; 15 - hash = "sha256-eI3C+nDJhxKwbCLRKepoGmbyWKGCxEuMSK3D0sZbDU0="; 16 }; 17 18 sourceRoot = ".";
··· 8 9 stdenvNoCC.mkDerivation (finalAttrs: { 10 pname = "rectangle"; 11 + version = "0.90"; 12 13 src = fetchurl { 14 url = "https://github.com/rxhanson/Rectangle/releases/download/v${finalAttrs.version}/Rectangle${finalAttrs.version}.dmg"; 15 + hash = "sha256-SC479DxtFkonvWqYSB47b4Mjb7VSnWoNTHcfThYNxt4="; 16 }; 17 18 sourceRoot = ".";