Jost Alemann
2025-09-14 20:16:16 +02:00
parent 88cef159e4
commit 1774ee8765
+3 -3
View File
@@ -16,16 +16,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "anyrun";
version = "25.9.0";
version = "25.9.2";
src = fetchFromGitHub {
owner = "anyrun-org";
repo = "anyrun";
tag = "v${finalAttrs.version}";
hash = "sha256-01XBO8U2PyhhYXo3oZAu7dghqXkxdemeG82MqnNp4wE=";
hash = "sha256-eSB62Y9QboWMF1aX+KMHc+HkGOMcw4X6gFZu6mQXlgk=";
};
cargoHash = "sha256-Xh+RWrAxa1cg0z6IGr7apzoAIlhDl8ZMpQTfoBAZXRk=";
cargoHash = "sha256-8LTeRhjU0z06BSOhRKeEC7HssFv2lcM6dIJqfHpIo9w=";
strictDeps = true;
enableParallelBuilding = true;