equibop: 3.1.6 -> 3.1.7

This commit is contained in:
Rexiel Scarlet
2026-01-25 10:21:34 +04:00
parent 5e85168d8f
commit 2cc2a9c123
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ stdenvNoCC.mkDerivation {
runHook postInstall
'';
outputHash = "sha256-D7+sX7LHyHoaJxfEtHpov3TXNUifw2C6yTG1q7fNRBQ=";
outputHash = "sha256-YqUAP11oSxfKifa8QL4VXGCWV5xGG2+vk60f4NdIXIA=";
outputHashAlgo = "sha256";
outputHashMode = "recursive";
}
+3 -3
View File
@@ -18,18 +18,18 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "equibop";
version = "3.1.6";
version = "3.1.7";
src = fetchFromGitHub {
owner = "Equicord";
repo = "Equibop";
tag = "v${finalAttrs.version}";
hash = "sha256-apxRd0ak89K+hCzNLdstdhFWLNST2Afw96rX3xCzT04=";
hash = "sha256-AzXBANUcm/DYYkNlO7q++/Dx826o5Hg/1cYJ84rMY0U=";
};
postPatch = ''
substituteInPlace scripts/build/build.mts \
--replace-fail 'gitHash = execSync("git rev-parse HEAD", { encoding: "utf-8" }).trim();' 'gitHash = "${lib.fakeHash}"'
--replace-fail 'gitHash = execSync("git rev-parse HEAD", { encoding: "utf-8" }).trim();' 'gitHash = "${finalAttrs.src.hash}"'
# disable auto updates
substituteInPlace src/main/updater.ts \