0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

lcrq: 0.2.3 -> 0.2.4

This commit is contained in:
R. Ryantm 2025-05-07 00:07:33 +00:00
parent e7072d135f
commit 5e6ab3c31d

View file

@ -5,14 +5,14 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "lcrq"; pname = "lcrq";
version = "0.2.3"; version = "0.2.4";
src = fetchFromGitea { src = fetchFromGitea {
domain = "codeberg.org"; domain = "codeberg.org";
owner = "librecast"; owner = "librecast";
repo = "lcrq"; repo = "lcrq";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-MH72Lcfo8ri0j/WCtIW90KSw0kVM2uLNFJ599yPq1o4="; hash = "sha256-Vij0aV4BIVrpRSzVneyP7MjlsdJSz1mbMCShEOOYVbQ=";
}; };
installFlags = [ "PREFIX=$(out)" ]; installFlags = [ "PREFIX=$(out)" ];