From e7ec96c1093b41ad81eb1a1110dcc18c1ac6e282 Mon Sep 17 00:00:00 2001 From: Dominic Mills Date: Tue, 22 Aug 2023 18:38:04 -0500 Subject: [PATCH] librecast: 0.7-RC3 -> 0.7.0 Co-authored-by: Jason Odoom Co-authored-by: Anish Lakhwara Co-authored-by: Dominic Mills Co-authored-by: Albert Chae Co-authored-by: Jack Leightcap --- pkgs/development/libraries/librecast/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/librecast/default.nix b/pkgs/development/libraries/librecast/default.nix index 1e8d02bf508..563a77f3a29 100644 --- a/pkgs/development/libraries/librecast/default.nix +++ b/pkgs/development/libraries/librecast/default.nix @@ -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)" ];