Skip to content

Commit

Permalink
Merge pull request #310716 from r-ryantm/auto-update/labwc
Browse files Browse the repository at this point in the history
labwc: 0.7.1 -> 0.7.2
  • Loading branch information
nixpkgs-merge-bot[bot] authored May 11, 2024
2 parents 8c810f6 + 0c555b8 commit f86af01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/la/labwc/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.7.1";
version = "0.7.2";

src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = finalAttrs.version;
hash = "sha256-6l+pYEMFQT8P0j40IcujSzlKgXzR5GIyuxkAJi65RiY=";
hash = "sha256-8TSBBNg9+W65vEKmwyAWB2yEOpHqV9YRm5+ttL19ke4=";
};

outputs = [ "out" "man" ];
Expand Down

0 comments on commit f86af01

Please sign in to comment.