julius: 1.7.0 -> 1.8.0

This commit is contained in:
R. Ryantm
2025-07-31 19:50:22 +00:00
parent b4d340fb7b
commit c242b7988b
+2 -2
View File
@@ -12,13 +12,13 @@
}:
stdenv.mkDerivation rec {
pname = "julius";
version = "1.7.0";
version = "1.8.0";
src = fetchFromGitHub {
owner = "bvschaik";
repo = "julius";
rev = "v${version}";
hash = "sha256-I5GTaVWzz0ryGLDSS3rzxp+XFVXZa9hZmgwon/6r83A=";
hash = "sha256-ppA/lCugFfzcbANuyWUvH3/1STNRdYOhRNR4tlfWEhc=";
};
patches = [