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

labwc: 0.7.1 -> 0.7.2

authored by nixpkgs-merge-bot[bot] and committed by GitHub f86af01d 8c810f6f

+2 -2
+2 -2
pkgs/by-name/la/labwc/package.nix
··· 26 26 27 27 stdenv.mkDerivation (finalAttrs: { 28 28 pname = "labwc"; 29 - version = "0.7.1"; 29 + version = "0.7.2"; 30 30 31 31 src = fetchFromGitHub { 32 32 owner = "labwc"; 33 33 repo = "labwc"; 34 34 rev = finalAttrs.version; 35 - hash = "sha256-6l+pYEMFQT8P0j40IcujSzlKgXzR5GIyuxkAJi65RiY="; 35 + hash = "sha256-8TSBBNg9+W65vEKmwyAWB2yEOpHqV9YRm5+ttL19ke4="; 36 36 }; 37 37 38 38 outputs = [ "out" "man" ];