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 @@ -33249,7 +33249,7 @@ with pkgs;
3324933249 lame = callPackage ../development/libraries/lame { };
3325033250
3325133251 labwc = callPackage ../by-name/la/labwc/package.nix {
33252- wlroots = wlroots_0_16 ;
33252+ wlroots = wlroots_0_17 ;
3325333253 };
3325433254
3325533255 larswm = callPackage ../applications/window-managers/larswm { };
You can’t perform that action at this time.
0 commit comments