Skip to content

Commit c88c750

Browse files
Dylouwudtomvan
andauthored
modrinth-app: 0.9.0 -> 0.9.3 (NixOS#395691)
* modrinth-app: 0.9.0 -> 0.9.3 Diff: modrinth/code@refs/tags/v0.9.0...v0.9.3 * formatting * Update pkgs/by-name/mo/modrinth-app-unwrapped/package.nix Co-authored-by: Tom van Dijk <[email protected]> --------- Co-authored-by: Tom van Dijk <[email protected]>
1 parent 2adb1b1 commit c88c750

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/by-name/mo/modrinth-app-unwrapped/package.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,19 @@
1818
let
1919
pnpm = pnpm_9;
2020
in
21-
2221
rustPlatform.buildRustPackage rec {
2322
pname = "modrinth-app-unwrapped";
24-
version = "0.9.0";
23+
version = "0.9.3";
2524

2625
src = fetchFromGitHub {
2726
owner = "modrinth";
2827
repo = "code";
2928
tag = "v${version}";
30-
hash = "sha256-uDG+WHeMY/quzF8mHBn5o8xod4/G5+S4/zD2lbqdN0M=";
29+
hash = "sha256-h+zj4Hm7v8SU6Zy0rIWbOknXVdSDf8b1d4q6M12J5Lc=";
3130
};
3231

3332
useFetchCargoVendor = true;
34-
cargoHash = "sha256-D9hkdliyKc8m9i2D9pG3keGmZsx+rzrgVXZws9Ot24I=";
33+
cargoHash = "sha256-RrXSBgVh4UZFHcgUWhUjE7rEm/RZFDSDCpXS22gVjZ0=";
3534

3635
pnpmDeps = pnpm.fetchDeps {
3736
inherit pname version src;

0 commit comments

Comments
 (0)