File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "branch" : " main " ,
3- "commit_hash" : " 788ae588979c2a1ff8a660f16e3c502ef5796755 " ,
4- "commit_message" : " version: bump to 0.46.0 " ,
5- "date" : " 2024-12-16 " ,
6- "tag" : " v0.46.0 "
2+ "branch" : " v0.46.1-b " ,
3+ "commit_hash" : " 254fc2bc6000075f660b4b8ed818a6af544d1d64 " ,
4+ "commit_message" : " version: bump to 0.46.1 " ,
5+ "date" : " 2024-12-17 " ,
6+ "tag" : " v0.46.1 "
77}
Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ assert assertMsg (!hidpiXWayland)
8484
8585customStdenv . mkDerivation ( finalAttrs : {
8686 pname = "hyprland" + optionalString debug "-debug" ;
87- version = "0.46.0 " ;
87+ version = "0.46.1 " ;
8888
8989 src = fetchFromGitHub {
9090 owner = "hyprwm" ;
9191 repo = "hyprland" ;
9292 fetchSubmodules = true ;
9393 rev = "refs/tags/v${ finalAttrs . version } " ;
94- hash = "sha256-A3jvV535Jy9QxLKQWyGFb5aw7d7K+6CCGjG+R2PEK3Y =" ;
94+ hash = "sha256-0SVRQJeKsdwaTO7pMM0MwTXyVwKNQ4m1f2mvcPnZttM =" ;
9595 } ;
9696
9797 postPatch = ''
You can’t perform that action at this time.
0 commit comments