Merge pull request #128040 from primeos/labwc

labwc: 2021-03-15 -> 0.2.1

authored by

Anderson Torres and committed by
GitHub
c83a8e49 6bfa0e75

+8 -3
+8 -3
pkgs/applications/window-managers/labwc/default.nix
··· 22 22 23 23 stdenv.mkDerivation rec { 24 24 pname = "labwc"; 25 - version = "unstable-2021-03-15"; 25 + version = "0.2.1"; # We're effectively using that version 26 26 27 27 src = fetchFromGitHub { 28 28 owner = "johanmalm"; 29 29 repo = pname; 30 - rev = "fddeb74527e5b860d9c1a91a237d390041c758b6"; 31 - sha256 = "0rhniv5j4bypqxxj0nbpa3hclmn8znal9rldv0mrgbizn3wsbs54"; 30 + rev = "6744e103014bcb0480133a029ec0f82f9b017e60"; 31 + sha256 = "0sdr4zkix8x3vmna4i946y3whpj7fqizpaac6yj7w0as9d6hj0iq"; 32 32 }; 33 33 34 34 patches = [ ··· 37 37 # output: access texture width/height directly 38 38 url = "https://github.com/johanmalm/labwc/commit/892e93dd84c514b4e6f34a0fab01c727edd2d8de.patch"; 39 39 sha256 = "1p1pg1kd98727wlcspa2sffl7ijhvsfad6bj2rxsw322q0bz3yrh"; 40 + }) 41 + (fetchpatch { 42 + # xdg: chase swaywm/wlroots@9e58301 43 + url = "https://github.com/johanmalm/labwc/commit/874cc9e63706dd54d9f9fcb071f2d2e0c19d3d7e.patch"; 44 + sha256 = "0ypd47q5ffq4wjkrcr3068qjknn2s66zszyxg3dl0f87q2pxh6wx"; 40 45 }) 41 46 ]; 42 47