lcrq: 0.2.1 -> 0.2.3 (#361307)

This commit is contained in:
nixpkgs-merge-bot[bot]
2024-12-03 12:26:20 +00:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "lcrq";
version = "0.2.1";
version = "0.2.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "librecast";
repo = "lcrq";
rev = "v${finalAttrs.version}";
hash = "sha256-xhv1rU0CImd5vs0bMdF1eJZt2AToU/JhBsoCsCLdyyg=";
hash = "sha256-MH72Lcfo8ri0j/WCtIW90KSw0kVM2uLNFJ599yPq1o4=";
};
installFlags = [ "PREFIX=$(out)" ];