diebahn: 2.8.1 -> 2.8.2

Signed-off-by: Yuchen He <yuchenhe126@gmail.com>
(cherry picked from commit 2a76484e23)
This commit is contained in:
Yuchen He
2025-07-03 18:31:26 +02:00
committed by github-actions[bot]
parent add8daa1ff
commit 268630d39a

View File

@@ -24,18 +24,18 @@
stdenv.mkDerivation rec {
pname = "diebahn";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "railway";
tag = version;
hash = "sha256-mHHebsQKxjwsQd14oVDnencCCL8hOWIWhKF/J9aVeBU=";
hash = "sha256-pPjOl46R8hBpyKdwq/gwHv/qCtFkI0LVDsqxcQOgtkU=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-M6z8HfGehd+AdOEJZgmmonfqQa7Jevte+TaaatqRZHQ=";
hash = "sha256-kxt6z2RaSnlso/Jz36B9VNwti2o3b8+Ggd4zDIjFf2c=";
};
nativeBuildInputs = [