File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818stdenv . 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 = ''
You can’t perform that action at this time.
0 commit comments