mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
diebahn: 2.7.3 -> 2.8.1
Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/refs/tags/2.7.3...2.8.1 Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.8.1/CHANGELOG.md
This commit is contained in:
parent
6e9d31b2d8
commit
e0dffa24c4
1 changed files with 3 additions and 3 deletions
|
@ -24,18 +24,18 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "diebahn";
|
pname = "diebahn";
|
||||||
version = "2.7.3";
|
version = "2.8.1";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "schmiddi-on-mobile";
|
owner = "schmiddi-on-mobile";
|
||||||
repo = "railway";
|
repo = "railway";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-PD76zxgQJ332MVu5LL9SNDrf66xmE/td4uDv/FYq0aU=";
|
hash = "sha256-mHHebsQKxjwsQd14oVDnencCCL8hOWIWhKF/J9aVeBU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoDeps = rustPlatform.fetchCargoVendor {
|
cargoDeps = rustPlatform.fetchCargoVendor {
|
||||||
inherit pname version src;
|
inherit pname version src;
|
||||||
hash = "sha256-3+UTN0KKnbpPm948XW4NSZkMYJUv974VtTqtG8orR/E=";
|
hash = "sha256-M6z8HfGehd+AdOEJZgmmonfqQa7Jevte+TaaatqRZHQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue