Robert Schütz 2024-06-21 06:11:41 -07:00
parent a8e2e8774c
commit 6557fff985

View File

@ -21,19 +21,19 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "diebahn"; pname = "diebahn";
version = "2.5.0"; version = "2.6.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "schmiddi-on-mobile"; owner = "schmiddi-on-mobile";
repo = "railway"; repo = "railway";
rev = version; rev = version;
hash = "sha256-Oj+y3BFAVzWUt+S0iOtKzFBiJGOGHuTj41FHHuOrWh8="; hash = "sha256-cVCq7iVurX5SlCs7A5FSds6KaxMW3Qv/JIhhO69FTrk=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${src}"; name = "${pname}-${src}";
inherit src; inherit src;
hash = "sha256-//tr1CLn5Qoc+XMFzwNIvmsQD4SrjNRTX3hUPqlhwNs="; hash = "sha256-J8KOmvSiUNBpt4qSFnNEwSKFJMSaTFd14G2INDYwPUE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [