From 2cebb025658758bb7790490ced43ea76d0129f76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sat, 1 Feb 2025 19:21:25 -0800 Subject: [PATCH] diebahn: 2.7.2 -> 2.7.3 Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/refs/tags/2.7.2...2.7.3 Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.7.3/CHANGELOG.md --- pkgs/by-name/di/diebahn/package.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/di/diebahn/package.nix b/pkgs/by-name/di/diebahn/package.nix index 317500b7fb0e..80a957991a90 100644 --- a/pkgs/by-name/di/diebahn/package.nix +++ b/pkgs/by-name/di/diebahn/package.nix @@ -25,18 +25,18 @@ stdenv.mkDerivation rec { pname = "diebahn"; - version = "2.7.2"; + version = "2.7.3"; src = fetchFromGitLab { owner = "schmiddi-on-mobile"; repo = "railway"; tag = version; - hash = "sha256-jk2Pn/kqjMx5reMkIL8nLMWMZylwdoVq4FmnzaohnjU="; + hash = "sha256-PD76zxgQJ332MVu5LL9SNDrf66xmE/td4uDv/FYq0aU="; }; cargoDeps = rustPlatform.fetchCargoVendor { inherit pname version src; - hash = "sha256-WiFW+xz5kxFKe9y8vHaFD9xW7f9iHc9hyCBWW4uMquU="; + hash = "sha256-3+UTN0KKnbpPm948XW4NSZkMYJUv974VtTqtG8orR/E="; }; nativeBuildInputs = [ @@ -83,7 +83,7 @@ stdenv.mkDerivation rec { }; meta = { - changelog = "https://gitlab.com/schmiddi-on-mobile/railway/-/blob/${src.rev}/CHANGELOG.md"; + changelog = "https://gitlab.com/schmiddi-on-mobile/railway/-/blob/${src.tag}/CHANGELOG.md"; description = "Travel with all your train information in one place. Also known as Railway"; homepage = "https://gitlab.com/schmiddi-on-mobile/railway"; license = lib.licenses.gpl3Plus;