Skip to content

Commit 1d35a23

Browse files
committed
equibop: 2.0.9 -> 2.1.1
1 parent 1593115 commit 1d35a23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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 = [

0 commit comments

Comments
 (0)