summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com>2026-01-19 04:15:36 +0000
committerGitHub <noreply@github.com>2026-01-19 04:15:36 +0000
commitc2a93d11e616a041e838c13586b7fc504309cbfa (patch)
tree3d89df0e7453b810f6a590f5851cf03fc282a66e
parent7037463125d562d71d4a5569092dd7aaea90eea8 (diff)
parente26cb66c2b044b0807e72aab6abe1ba1f41d4cf6 (diff)
equicord: 2025-12-25 -> 2026-01-19 (#475691)
-rw-r--r--pkgs/by-name/eq/equicord/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/eq/equicord/package.nix b/pkgs/by-name/eq/equicord/package.nix
index ec8b144b022b..60947666ec93 100644
--- a/pkgs/by-name/eq/equicord/package.nix
+++ b/pkgs/by-name/eq/equicord/package.nix
@@ -20,13 +20,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-12-25";
+ version = "2026-01-19";
src = fetchFromGitHub {
owner = "Equicord";
repo = "Equicord";
tag = finalAttrs.version;
- hash = "sha256-ce5n7E+eJLPnj/dUnaaDi4R8kKO4+iOcQgdtOin4NcM=";
+ hash = "sha256-pEFU1E+BqAAAz2ywPrS1MejhZ/g47iG/4BBey+2F7Hw=";
};
pnpmDeps = fetchPnpmDeps {