Unverified Commit 62b32a63 authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

labwc: 0.8.2 -> 0.8.3 (#384109)

parents 4b4e291f 48bdc564
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,13 +29,13 @@

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

  src = fetchFromGitHub {
    owner = "labwc";
    repo = "labwc";
    tag = finalAttrs.version;
    hash = "sha256-dveV+3Rw9BMzevyIKzde98TsHsAJrQGAcvmc74nZTsg=";
    hash = "sha256-iOSPvg737YCtKFHHZy56N+JYqcyfUIguSZ3QQ0keb/E=";
  };

  outputs = [