hyprland: 0.41.1 -> 0.41.2
This commit is contained in:
parent
454c084fa1
commit
25cb8f71c4
@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "main",
|
||||
"commit_hash": "9e781040d9067c2711ec2e9f5b47b76ef70762b3",
|
||||
"commit_message": "props: bump version to 0.41.1",
|
||||
"date": "2024-06-13",
|
||||
"tag": "v0.41.1"
|
||||
"commit_hash": "918d8340afd652b011b937d29d5eea0be08467f5",
|
||||
"commit_message": "flake.lock: update",
|
||||
"date": "2024-06-25",
|
||||
"tag": "v0.41.2"
|
||||
}
|
||||
|
@ -64,14 +64,14 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + lib.optionalString debug "-debug";
|
||||
version = "0.41.1";
|
||||
version = "0.41.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = finalAttrs.pname;
|
||||
fetchSubmodules = true;
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-hLnnNBWP1Qjs1I3fndMgp8rbWJruxdnGTq77A4Rv4R4=";
|
||||
hash = "sha256-JmfnYz+9a4TjNl3mAus1VpoWtTI9d1xkW9MHbkcV0Po=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user