Unverified Commit 86d58b49 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #250862 from ngi-nix/moss/librecast-bump

librecast: 0.7-RC3 -> 0.7.0
parents e459dea7 e7ec96c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
  name = "librecast";
  version = "0.7-RC3";
  version = "0.7.0";

  src = fetchFromGitea {
    domain = "codeberg.org";
    owner = "librecast";
    repo = "librecast";
    rev = "v${finalAttrs.version}";
    hash = "sha256-AD3MpWg8Lp+VkizwYTuuS2YWM8e0xaMEavVIvwhSZRo=";
    hash = "sha256-NlwYJJn1yewx92y6UKJcj6R2MnPn+XuEiKOmsR2oE3g=";
  };
  buildInputs = [ lcrq libsodium ];
  installFlags = [ "PREFIX=$(out)" ];