mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 18:48:27 +00:00
hyprland: 0.46.0 -> 0.46.1
This commit is contained in:
parent
1fcbb94d58
commit
6e0b46aa9d
@ -1,7 +1,7 @@
|
||||
{
|
||||
"branch": "main",
|
||||
"commit_hash": "788ae588979c2a1ff8a660f16e3c502ef5796755",
|
||||
"commit_message": "version: bump to 0.46.0",
|
||||
"date": "2024-12-16",
|
||||
"tag": "v0.46.0"
|
||||
"branch": "v0.46.1-b",
|
||||
"commit_hash": "254fc2bc6000075f660b4b8ed818a6af544d1d64",
|
||||
"commit_message": "version: bump to 0.46.1",
|
||||
"date": "2024-12-17",
|
||||
"tag": "v0.46.1"
|
||||
}
|
||||
|
@ -84,14 +84,14 @@ assert assertMsg (!hidpiXWayland)
|
||||
|
||||
customStdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hyprland" + optionalString debug "-debug";
|
||||
version = "0.46.0";
|
||||
version = "0.46.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hyprwm";
|
||||
repo = "hyprland";
|
||||
fetchSubmodules = true;
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
hash = "sha256-A3jvV535Jy9QxLKQWyGFb5aw7d7K+6CCGjG+R2PEK3Y=";
|
||||
hash = "sha256-0SVRQJeKsdwaTO7pMM0MwTXyVwKNQ4m1f2mvcPnZttM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user