liquidsoap: fix hash

This commit is contained in:
Vincent Laporte
2026-06-22 05:55:44 +02:00
parent f56bad1bdd
commit c42e8a4fb9
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "savonet";
repo = "liquidsoap";
tag = "v${finalAttrs.version}";
hash = "sha256-aNsN65phkfFM7OD4oCMl0wP3quvUquHR325DDVIqs/M=";
hash = "sha256-9H0+si3JRw+NIBMWREHm4zzm4D4Asjoi6JbsJqJEpN0=";
};
postPatch = ''