File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626
2727stdenv . mkDerivation ( finalAttrs : {
2828 pname = "labwc" ;
29- version = "0.6.6 " ;
29+ version = "0.7.0 " ;
3030
3131 src = fetchFromGitHub {
3232 owner = "labwc" ;
3333 repo = "labwc" ;
3434 rev = finalAttrs . version ;
35- hash = "sha256-ahupqI4mLrgQQjzdfLeQATc2iXQ0V6Sz5f6Yv1koLL0 =" ;
35+ hash = "sha256-/z2Wo9zhuEVIpk8jHYwg2JbBqkX7tfDP2KTZ9yzj454 =" ;
3636 } ;
3737
3838 nativeBuildInputs = [
Original file line number Diff line number Diff line change @@ -33304,7 +33304,7 @@ with pkgs;
3330433304 lame = callPackage ../development/libraries/lame { };
3330533305
3330633306 labwc = callPackage ../by-name/la/labwc/package.nix {
33307- wlroots = wlroots_0_16 ;
33307+ wlroots = wlroots_0_17 ;
3330833308 };
3330933309
3331033310 larswm = callPackage ../applications/window-managers/larswm { };
You can’t perform that action at this time.
0 commit comments