rectangle: 0.96 -> 0.98 (#542531)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user