Merge pull request #327042 from albertchae/update-lcrq

lcrq: 0.1.2 -> 0.2.1
This commit is contained in:
Weijia Wang
2024-07-16 23:47:07 +02:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "lcrq";
version = "0.1.2";
version = "0.2.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "librecast";
repo = "lcrq";
rev = "v${finalAttrs.version}";
hash = "sha256-r4UiZ9oNDxF3rHMqg+1NLLjm6LPZtzgtZOs7pRe5SdQ=";
hash = "sha256-xhv1rU0CImd5vs0bMdF1eJZt2AToU/JhBsoCsCLdyyg=";
};
installFlags = [ "PREFIX=$(out)" ];