rectangle: 0.96 -> 0.98 (#542531)

This commit is contained in:
Nikolay Korotkiy
2026-07-17 07:50:32 +00:00
committed by GitHub
+2 -2
View File
@@ -136,13 +136,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "rectangle";
version = "0.96";
version = "0.98";
src = fetchFromGitHub {
owner = "rxhanson";
repo = "Rectangle";
tag = "v${finalAttrs.version}";
hash = "sha256-3FDCptlNztmexfFDRD/XX9fVuEHVG+EzcrqksJeI+fo=";
hash = "sha256-GGK9mMxllVg0rfcrTg5aUYaECwV7mNCPLwXM+tKazN8=";
};
nativeBuildInputs = [