josh: 24.08.14 -> 24.10.04

This commit is contained in:
Tobias Mayer 2024-11-05 09:02:39 +01:00 committed by sternenseemann
parent 4c552eaf72
commit 81a221b8a3

View File

@ -13,7 +13,7 @@
let
# josh-ui requires javascript dependencies, haven't tried to figure it out yet
cargoFlags = [ "--workspace" "--exclude" "josh-ui" ];
version = "24.08.14";
version = "24.10.04";
in
rustPlatform.buildRustPackage {
@ -21,13 +21,13 @@ rustPlatform.buildRustPackage {
inherit version;
src = fetchFromGitHub {
owner = "esrlabs";
owner = "josh-project";
repo = "josh";
rev = "v${version}";
hash = "sha256-6U1nhERpPQAVgQm6xwRlHIhslYBLd65DomuGn5yRiSs=";
rev = "r${version}";
hash = "sha256-6rfNEWNeC0T/OXhCReaV5npcJjQoH6XhsZzHXGnnxOo=";
};
cargoHash = "sha256-s6+Bd4ucwUinrcbjNvlDsf9LhWc/U9SAvBRW7JAmxVA=";
cargoHash = "sha256-tK/5qNvN1zs6DM7dXNc1nPhbUOt5lPqRpbie6h2d7Y0=";
nativeBuildInputs = [
pkg-config