rectangle: 0.95 -> 0.96

This commit is contained in:
Weijia Wang
2026-06-17 10:03:06 +02:00
parent c7be5b5a1c
commit 7c78c2fcad
+2 -2
View File
@@ -134,13 +134,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "rectangle";
version = "0.95";
version = "0.96";
src = fetchFromGitHub {
owner = "rxhanson";
repo = "Rectangle";
tag = "v${finalAttrs.version}";
hash = "sha256-M/qZo2dWsFQxiBD5ypKh0M7AdHdLkY/rx4Lx01OBSlc=";
hash = "sha256-3FDCptlNztmexfFDRD/XX9fVuEHVG+EzcrqksJeI+fo=";
};
nativeBuildInputs = [