Skip to content

Commit e4ef1c8

Browse files
committed
labwc: 0.6.6 -> 0.7.0
1 parent 66bda59 commit e4ef1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/by-name/la/labwc/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626

2727
stdenv.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 = [

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 { };

0 commit comments

Comments
 (0)