hyprland: 44.0 -> 44.1 (#347624)
This commit is contained in:
commit
3f16bb4a40
@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "main",
|
||||
"commit_hash": "0f594732b063a90d44df8c5d402d658f27471dfe",
|
||||
"commit_message": "props: bump version to 0.43.0",
|
||||
"date": "2024-09-08",
|
||||
"tag": "v0.43.0"
|
||||
"branch": "v0.44.1-b",
|
||||
"commit_hash": "4520b30d498daca8079365bdb909a8dea38e8d55",
|
||||
"commit_message": "version: bump to 0.44.1",
|
||||
"date": "2024-10-09",
|
||||
"tag": "v0.44.1"
|
||||
}
|
||||
|
@ -82,14 +82,14 @@ assert assertMsg (!hidpiXWayland)
|
||||
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.44.0";
|
||||
version = "0.44.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-XgDhPx+tKs+2lyWM/ZqIHnMArd/c0LGmwAwu0EG1uJM=";
|
||||
hash = "sha256-hnoPoxMFetuoXQuAMgvopl1kCRQ33FYaVVBgV9FIFkM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user