From 6557fff9859a84e208217193bfc6799301e447a0 Mon Sep 17 00:00:00 2001 From: Robert Schütz Date: Fri, 21 Jun 2024 06:11:41 -0700 Subject: diebahn: 2.5.0 -> 2.6.0 Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/2.5.0...2.6.0 Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.6.0/CHANGELOG.md --- pkgs/applications/misc/diebahn/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/applications/misc') diff --git a/pkgs/applications/misc/diebahn/default.nix b/pkgs/applications/misc/diebahn/default.nix index 30a22e1c7be4f..3bf71ddab71cb 100644 --- a/pkgs/applications/misc/diebahn/default.nix +++ b/pkgs/applications/misc/diebahn/default.nix @@ -21,19 +21,19 @@ stdenv.mkDerivation rec { pname = "diebahn"; - version = "2.5.0"; + version = "2.6.0"; src = fetchFromGitLab { owner = "schmiddi-on-mobile"; repo = "railway"; rev = version; - hash = "sha256-Oj+y3BFAVzWUt+S0iOtKzFBiJGOGHuTj41FHHuOrWh8="; + hash = "sha256-cVCq7iVurX5SlCs7A5FSds6KaxMW3Qv/JIhhO69FTrk="; }; cargoDeps = rustPlatform.fetchCargoTarball { name = "${pname}-${src}"; inherit src; - hash = "sha256-//tr1CLn5Qoc+XMFzwNIvmsQD4SrjNRTX3hUPqlhwNs="; + hash = "sha256-J8KOmvSiUNBpt4qSFnNEwSKFJMSaTFd14G2INDYwPUE="; }; nativeBuildInputs = [ -- cgit 1.4.1