lcrq: 0.1.0 -> 0.1.1

Co-authored-by: Jason Odoom <jasonodoom@gmail.com>
Co-authored-by: Anish Lakhwara <anish+git@lakhwara.com>
Co-authored-by: Dominic Mills <dominic.millz27@gmail.com>
Co-authored-by: Albert Chae <albertchae@users.noreply.github.com>
Co-authored-by: Jack Leightcap <jack@leightcap.com>
This commit is contained in:
Jason Odoom
2023-08-22 18:59:45 -04:00
co-authored by Anish Lakhwara Dominic Mills Albert Chae Jack Leightcap
parent a2eca347ae
commit e6fcad4f1c
+2 -2
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)" ];