Merge pull request #250851 from ngi-nix/moss/lcrq

lcrq: 0.1.0 -> 0.1.1
This commit is contained in:
Nick Cao 2023-08-23 08:02:00 +08:00 committed by GitHub
commit a18d03b998
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
name = "lcrq";
version = "0.1.0";
version = "0.1.1";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "librecast";
repo = "lcrq";
rev = "v${finalAttrs.version}";
hash = "sha256-s8+uTF6GQ76wG1zoAxqCaVT1J5Rd7vxPKX4zbQx6ro4=";
hash = "sha256-GvfmHST53qwVrztnmCzUVbVkgNGtAl5adqdNWOHItiU=";
};
installFlags = [ "PREFIX=$(out)" ];