Skip to content

Commit

Permalink
equicord: 1.10.6 -> 1.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAShelf committed Dec 10, 2024
1 parent 97a25d0 commit 4e497ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/eq/equicord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "equicord";
version = "1.10.8"; # from package.json
version = "1.10.8";

src = fetchFromGitHub {
owner = "Equicord";
repo = "Equicord";
rev = "935a5eaf6e5894294ec45ec540e9ecb07e850de0";
hash = "sha256-dfOzASBP0dEArJXuddLfPLZ7IcsEfKll+ju1jcHarNk=";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-kbK9tnu0G/nLy4A06xvd2yvlc6UhQfKiC6I9qmJeIwc=";
};

pnpmDeps = pnpm_9.fetchDeps {
Expand Down

0 comments on commit 4e497ab

Please sign in to comment.