Robert Schütz 2025-05-14 12:18:42 -07:00
parent 6e9d31b2d8
commit e0dffa24c4

View file

@ -24,18 +24,18 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "diebahn"; pname = "diebahn";
version = "2.7.3"; version = "2.8.1";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "schmiddi-on-mobile"; owner = "schmiddi-on-mobile";
repo = "railway"; repo = "railway";
tag = version; tag = version;
hash = "sha256-PD76zxgQJ332MVu5LL9SNDrf66xmE/td4uDv/FYq0aU="; hash = "sha256-mHHebsQKxjwsQd14oVDnencCCL8hOWIWhKF/J9aVeBU=";
}; };
cargoDeps = rustPlatform.fetchCargoVendor { cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src; inherit pname version src;
hash = "sha256-3+UTN0KKnbpPm948XW4NSZkMYJUv974VtTqtG8orR/E="; hash = "sha256-M6z8HfGehd+AdOEJZgmmonfqQa7Jevte+TaaatqRZHQ=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [