Skip to content

Commit 28edb9d

Browse files
authored
equicord: 1.10.4 -> 1.10.6; equibop: 2.0.9 -> 2.1.1 (#355096)
2 parents effe683 + 2798495 commit 28edb9d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/by-name/eq/equibop/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
}:
2424
stdenv.mkDerivation (finalAttrs: {
2525
pname = "equibop";
26-
version = "2.0.9";
26+
version = "2.1.1";
2727

2828
src = fetchFromGitHub {
2929
owner = "Equicord";
3030
repo = "Equibop";
3131
rev = "refs/tags/v${finalAttrs.version}";
32-
hash = "sha256-mK/zoW8Km6xlppxJnVbuas4yE1rpAOd9QnjETlxxnsE=";
32+
hash = "sha256-LGgmWaC7iYj0Mx5wPKmLkYV2ozyhkiwrE4v4uFB0erg=";
3333
};
3434

3535
pnpmDeps = pnpm_9.fetchDeps {
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
3939
src
4040
patches
4141
;
42-
hash = "sha256-TSdkHSZTbFf3Nq0QHDNTeUHmd6N+L1N1kSiKt0uNF6s=";
42+
hash = "sha256-dIz/HyhzFU86QqQEQ9qWSthKB9HfoRJbmpc3raWNbcA=";
4343
};
4444

4545
nativeBuildInputs = [

pkgs/by-name/eq/equicord/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}:
1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "equicord";
12-
version = "1.10.4"; # from package.json
12+
version = "1.10.6"; # from package.json
1313

1414
src = fetchFromGitHub {
1515
owner = "Equicord";

0 commit comments

Comments
 (0)