Skip to content

Commit

Permalink
labwc: 0.8.1 -> 0.8.2 (#365079)
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo authored Dec 15, 2024
2 parents 1e4e6fd + 78409bb commit 3e3e6af
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 @@ -29,13 +29,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "labwc";
version = "0.8.1";
version = "0.8.2";

src = fetchFromGitHub {
owner = "labwc";
repo = "labwc";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-TXxdjMkzZQoCqkZBqus5eCBEhA/nvxNNXaNHUTGFQDQ=";
hash = "sha256-dveV+3Rw9BMzevyIKzde98TsHsAJrQGAcvmc74nZTsg=";
};

outputs = [
Expand Down

0 comments on commit 3e3e6af

Please sign in to comment.