Unverified Commit 7d8f2f88 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

lcsync: 0.3.1 -> 0.3.2 (#388424)

parents a17b3fe5 2300cc6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "lcsync";
  version = "0.3.1";
  version = "0.3.2";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "librecast";
    repo = "lcsync";
    rev = "v${finalAttrs.version}";
    hash = "sha256-x8KjvUtn00g+zxDfSWZq4WgALDKRgbCF9rtipdOMbpc=";
    hash = "sha256-KirMifJ5Mc3WXuIZjFv6ZIzpz/bjGHMU2jnRGGQ2w/I=";
  };
  buildInputs = [
    lcrq