modrinth-app-unwrapped: 0.9.3 -> 0.9.5

This commit is contained in:
R. Ryantm 2025-05-06 18:28:34 +00:00
parent e0d91bd47c
commit c02bcbc220

View file

@ -22,21 +22,21 @@ in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "modrinth-app-unwrapped"; pname = "modrinth-app-unwrapped";
version = "0.9.3"; version = "0.9.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "modrinth"; owner = "modrinth";
repo = "code"; repo = "code";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-h+zj4Hm7v8SU6Zy0rIWbOknXVdSDf8b1d4q6M12J5Lc="; hash = "sha256-1+Fmc8qyU3hCZmRNgp90nuvFgaB/GOH6SNc9AyWZYn0=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-RrXSBgVh4UZFHcgUWhUjE7rEm/RZFDSDCpXS22gVjZ0="; cargoHash = "sha256-6hEnXzaL6PnME9s+T+MtmoTQmaux/0m/6xaQ99lwM2I=";
pnpmDeps = pnpm.fetchDeps { pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
hash = "sha256-nFuPFgwJw38XVxhW0QXmU31o+hqJKGJysnPg2YSg2D0="; hash = "sha256-Q6e942R+3+511qFe4oehxdquw1TgaWMyOGOmP3me54o=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [