Skip to content

Commit b718b06

Browse files
authored
transito: 0.9.1 -> 0.10.0 (#435303)
2 parents f727604 + 7c11798 commit b718b06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/tr/transito/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
buildGoModule rec {
1515
pname = "transito";
16-
version = "0.9.1";
16+
version = "0.10.0";
1717

1818
src = fetchFromSourcehut {
1919
owner = "~mil";
2020
repo = "transito";
2121
rev = "v${version}";
22-
hash = "sha256-5aG/hmpUAN2qYxpqMKLl2WnYgR/sPdtAwLGkFXVyrNs=";
22+
hash = "sha256-87U9RdlP260ApkGJB3dLitxAdY3I9nWrukxzRnwuJ2E=";
2323
};
24-
vendorHash = "sha256-7QMO+/f+yc5GfxvDLIXuf+QT2cAmbgI6iQqWmQIkMMA=";
24+
vendorHash = "sha256-mgvfrNKvdjLa7O0oTSec8u3eHHU66ZDqpKzNeeyy2J0=";
2525

2626
nativeBuildInputs = [ pkg-config ];
2727
buildInputs = [
@@ -66,6 +66,7 @@ buildGoModule rec {
6666
GTFS data, to name a few: Lisbon, NYC, Brussels, Krakow, and Bourges.
6767
'';
6868
homepage = "https://git.sr.ht/~mil/transito";
69+
changelog = "https://git.sr.ht/~mil/transito/refs/v${version}";
6970
license = licenses.gpl3Plus;
7071
maintainers = [ maintainers.McSinyx ];
7172
mainProgram = "transito";

0 commit comments

Comments
 (0)