Unverified Commit c88c7501 authored by Purin's avatar Purin Committed by GitHub
Browse files

modrinth-app: 0.9.0 -> 0.9.3 (#395691)

* modrinth-app: 0.9.0 -> 0.9.3

Diff:
https://github.com/modrinth/code/compare/refs/tags/v0.9.0...v0.9.3



* formatting

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

Co-authored-by: default avatarTom van Dijk <18gatenmaker6@gmail.com>

---------

Co-authored-by: default avatarTom van Dijk <18gatenmaker6@gmail.com>
parent 2adb1b17
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -18,20 +18,19 @@
let
  pnpm = pnpm_9;
in

rustPlatform.buildRustPackage rec {
  pname = "modrinth-app-unwrapped";
  version = "0.9.0";
  version = "0.9.3";

  src = fetchFromGitHub {
    owner = "modrinth";
    repo = "code";
    tag = "v${version}";
    hash = "sha256-uDG+WHeMY/quzF8mHBn5o8xod4/G5+S4/zD2lbqdN0M=";
    hash = "sha256-h+zj4Hm7v8SU6Zy0rIWbOknXVdSDf8b1d4q6M12J5Lc=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-D9hkdliyKc8m9i2D9pG3keGmZsx+rzrgVXZws9Ot24I=";
  cargoHash = "sha256-RrXSBgVh4UZFHcgUWhUjE7rEm/RZFDSDCpXS22gVjZ0=";

  pnpmDeps = pnpm.fetchDeps {
    inherit pname version src;