Unverified Commit 127b6a6b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

lcrq: 0.3.0 -> 0.3.1 (#459381)

parents 150717f1 9d250a4e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "lcrq";
  version = "0.3.0";
  version = "0.3.1";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "librecast";
    repo = "lcrq";
    rev = "v${finalAttrs.version}";
    hash = "sha256-l8/mgcckc90FjcbAjGGUnXAN/GyOTQjjGvsA++VSen4=";
    hash = "sha256-hNH5SdvKhNPUJWs7vpPECcBsRyNdHQF+Ot3LmyX2V3c=";
  };

  installFlags = [ "PREFIX=$(out)" ];