Skip to content

Commit cf64331

Browse files
committed
misskey: 2024.10.0 -> 2024.11.0
misskey-dev/misskey@2024.10.0...2024.11.0 Fixes: CVE-2024-52591, CVE-2024-52590, CVE-2024-52592, CVE-2024-49363, CVE-2024-52579, CVE-2024-52593
1 parent 8af52ff commit cf64331

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/mi/misskey/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "misskey";
2020

21-
version = "2024.10.0";
21+
version = "2024.11.0";
2222

2323
src = fetchFromGitHub {
2424
owner = "misskey-dev";
2525
repo = finalAttrs.pname;
2626
rev = finalAttrs.version;
27-
hash = "sha256-cQ8JQnnaS6aX2wZdnimTznHj20hJe0CJ4NESybCk9CU=";
27+
hash = "sha256-uei5Ojx39kCbS8DCjHZ5PoEAsqJ5vC6SsFqIEIJ16n8=";
2828
fetchSubmodules = true;
2929
};
3030

@@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
3838
# https://nixos.org/manual/nixpkgs/unstable/#javascript-pnpm
3939
pnpmDeps = pnpm.fetchDeps {
4040
inherit (finalAttrs) pname version src;
41-
hash = "sha256-oH4raw+zIQKY+mydteKkY0LqW+13u1408ibm30j1Wss=";
41+
hash = "sha256-YWZhm5eKjB6JGP45WC3UrIkr7vuBUI4Q3oiK8Lst3dI=";
4242
};
4343

4444
buildPhase = ''

0 commit comments

Comments
 (0)