Merge pull request #316002 from r-ryantm/auto-update/libfmvoice

libfmvoice: 0.0.0-unstable-2023-12-05 -> 0-unstable-2024-05-30
This commit is contained in:
Cosima Neidahl 2024-05-31 16:05:55 +02:00 committed by GitHub
commit 4aeb04ca4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libfmvoice";
version = "0.0.0-unstable-2023-12-05";
version = "0-unstable-2024-05-30";
src = fetchFromGitHub {
owner = "vampirefrog";
repo = "libfmvoice";
rev = "38b1a0c627ef66fcd9c672c215d2b9849163df12";
hash = "sha256-kXthY9TynIXNX9wmgn13vs4Mrrv/dmEr7zlWiKstjGk=";
rev = "0e58cfb323dc6461c705a5fadac4362a17fbec4e";
hash = "sha256-HyGB180roo28vJ+11/ocoKu1kHpn6GxtEg9NluQsECg=";
};
strictDeps = true;