equicord: 2025-09-01 -> 2025-09-12

This commit is contained in:
R. Ryantm
2025-09-13 00:24:25 +00:00
parent c434698189
commit 632d140165
+2 -2
View File
@@ -14,13 +14,13 @@ stdenv.mkDerivation (finalAttrs: {
# the Equicord repository. Dates as tags (and automatic releases) were the compromise
# we came to with upstream. Please do not change the version schema (e.g., to semver)
# unless upstream changes the tag schema from dates.
version = "2025-09-01";
version = "2025-09-12";
src = fetchFromGitHub {
owner = "Equicord";
repo = "Equicord";
tag = "${finalAttrs.version}";
hash = "sha256-ZijsOAixBJ7sxLZYH2PndCh1BoWfO9tHCNDh1PmBZA4=";
hash = "sha256-915HW2cGGKtbRGghHP/Em0Wyeit6d1oSUmaZLQOH/Lc=";
};
pnpmDeps = pnpm_10.fetchDeps {