diebahn: 2.7.2 -> 2.7.3 (#378718)

This commit is contained in:
Seth Flynn 2025-02-01 23:02:23 -05:00 committed by GitHub
commit 4694fa695c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;