File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323} :
2424stdenv . 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 = [
Original file line number Diff line number Diff line change 99} :
1010stdenv . 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" ;
You can’t perform that action at this time.
0 commit comments