diff options
| author | seth <[email protected]> | 2023-08-08 18:32:39 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-09 07:50:01 -0400 |
| commit | 0bfcb4d88cd6a0b1616778673ac7acd83e2b3342 (patch) | |
| tree | caff51296389df1e24127d36d2ac50246bd1e619 /pkgs/modrinth-app | |
| parent | 6cee1a15fe92512dcf269fb2357d1b275bbf020a (diff) | |
pkgs/modrinth-app-unwrapped: unstable-2023-08-05 -> unstable-2023-08-06
Diff: https://github.com/modrinth/theseus/compare/47e28d24c81a00477afd91da8e1cdf3a79720385...5f0d44a8810ec01bd4c6ccc6407d2217cb9b18ed
Diffstat (limited to 'pkgs/modrinth-app')
| -rw-r--r-- | pkgs/modrinth-app/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/modrinth-app/default.nix b/pkgs/modrinth-app/default.nix index 1d01633..013b98b 100644 --- a/pkgs/modrinth-app/default.nix +++ b/pkgs/modrinth-app/default.nix @@ -26,13 +26,13 @@ }: rustPlatform.buildRustPackage rec { pname = "modrinth-app"; - version = "unstable-2023-08-05"; + version = "unstable-2023-08-06"; src = fetchFromGitHub { owner = "modrinth"; repo = "theseus"; - rev = "47e28d24c81a00477afd91da8e1cdf3a79720385"; - sha256 = "sha256-nC3tPizddjRtGFqEovWvomDakIt/1tdQOPtnM0+8nn8="; + rev = "5f0d44a8810ec01bd4c6ccc6407d2217cb9b18ed"; + sha256 = "sha256-oKeggNxweRfznSXzJUjyRDZaKwGB8PT8pwo8BQSbCF0="; }; cargoLock = { @@ -69,7 +69,7 @@ rustPlatform.buildRustPackage rec { dontFixup = true; outputHashMode = "recursive"; - outputHash = "sha256-jFA8FTl1pi4pyuOzyg9kzzDTGjqtWiuI8hR6HkhrslU="; + outputHash = "sha256-tDG0Gtz7jK+jeXxGLy1n689jf2Pm2g359PiB0Oi3hBI="; }; buildInputs = |
