Merge pull request #288218 from dotlambda/diebahn-2.3.0

diebahn: 2.1.0 -> 2.3.0
This commit is contained in:
Robert Schütz 2024-02-12 20:37:09 +00:00 committed by GitHub
commit b80d5dab7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,19 +21,19 @@
stdenv.mkDerivation rec {
pname = "diebahn";
version = "2.1.0";
version = "2.3.0";
src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "diebahn";
repo = "railway";
rev = version;
hash = "sha256-IKQaCdUpLbZwySpaywGbbLtBGljNR+ltQkbCcJwQ/K4=";
hash = "sha256-o1WJJslZLg3UlMLmHDeEozsP8CmMU9e7MqONpIKuq80=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${src}";
inherit src;
hash = "sha256-FlXAWMHrWnYXIWuG0wXDkxiJfNHlZmJFkYRfOxzIg1g=";
hash = "sha256-/DSbkZev9A7TqRgnCop3PDd8vzSvyOevvl+pBCk1ri0=";
};
nativeBuildInputs = [
@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
meta = {
changelog = "https://gitlab.com/schmiddi-on-mobile/railway/-/blob/${src.rev}/CHANGELOG.md";
description = "Travel with all your train information in one place";
homepage = "https://gitlab.com/schmiddi-on-mobile/diebahn";
homepage = "https://gitlab.com/schmiddi-on-mobile/railway";
license = lib.licenses.gpl3Plus;
mainProgram = "diebahn";
maintainers = with lib.maintainers; [ dotlambda ];