Unverified Commit b80d5dab authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #288218 from dotlambda/diebahn-2.3.0

diebahn: 2.1.0 -> 2.3.0
parents 3b68fb14 31ceb816
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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 ];