Merge pull request #183656 from r-ryantm/auto-update/labwc

labwc: 0.5.0 -> 0.5.3

authored by

Anderson Torres and committed by
GitHub
62f0972b 6e2e6ff2

+2 -2
+2 -2
pkgs/applications/window-managers/labwc/default.nix
··· 21 21 22 22 stdenv.mkDerivation rec { 23 23 pname = "labwc"; 24 - version = "0.5.0"; 24 + version = "0.5.3"; 25 25 26 26 src = fetchFromGitHub { 27 27 owner = "labwc"; 28 28 repo = pname; 29 29 rev = version; 30 - hash = "sha256-G0EQuXSHftl4JLXKIro+tmhbApwAhlzcjPEL7DP6LHk="; 30 + hash = "sha256-YD2bGxa7uss6KRvOGM0kn8dM+277ubaYeOB7ugRZCcY="; 31 31 }; 32 32 33 33 nativeBuildInputs = [