We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1593115 commit 1d35a23Copy full SHA for 1d35a23
pkgs/by-name/eq/equibop/package.nix
@@ -23,13 +23,13 @@
23
}:
24
stdenv.mkDerivation (finalAttrs: {
25
pname = "equibop";
26
- version = "2.0.9";
+ version = "2.1.1";
27
28
src = fetchFromGitHub {
29
owner = "Equicord";
30
repo = "Equibop";
31
rev = "refs/tags/v${finalAttrs.version}";
32
- hash = "sha256-mK/zoW8Km6xlppxJnVbuas4yE1rpAOd9QnjETlxxnsE=";
+ hash = "sha256-LGgmWaC7iYj0Mx5wPKmLkYV2ozyhkiwrE4v4uFB0erg=";
33
};
34
35
pnpmDeps = pnpm_9.fetchDeps {
@@ -39,7 +39,7 @@ stdenv.mkDerivation (finalAttrs: {
39
src
40
patches
41
;
42
- hash = "sha256-TSdkHSZTbFf3Nq0QHDNTeUHmd6N+L1N1kSiKt0uNF6s=";
+ hash = "sha256-dIz/HyhzFU86QqQEQ9qWSthKB9HfoRJbmpc3raWNbcA=";
43
44
45
nativeBuildInputs = [
0 commit comments