Skip to content

Commit 543cb13

Browse files

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pkgs/by-name/di/diebahn/package.nix

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
gdk-pixbuf,
1515
glib,
1616
gtk4,
17+
openssl,
1718
libadwaita,
1819
pango,
1920
gettext,
@@ -24,19 +25,18 @@
2425

2526
stdenv.mkDerivation rec {
2627
pname = "diebahn";
27-
version = "2.7.1";
28+
version = "2.7.2";
2829

2930
src = fetchFromGitLab {
3031
owner = "schmiddi-on-mobile";
3132
repo = "railway";
32-
rev = version;
33-
hash = "sha256-SLZJiCkHUS2p7cNk3i3yO2c3tWR4T4ch+zJ1iYEkS6E=";
33+
tag = version;
34+
hash = "sha256-jk2Pn/kqjMx5reMkIL8nLMWMZylwdoVq4FmnzaohnjU=";
3435
};
3536

3637
cargoDeps = rustPlatform.fetchCargoTarball {
37-
name = "${pname}-${src}";
38-
inherit src;
39-
hash = "sha256-XYlRm8yqQr9ZNV7jQeuR8kvqFNudUjJlzE6h9X0zq0Y=";
38+
inherit pname version src;
39+
hash = "sha256-UE+N6cvcWVJTxE8m4hHmBLyd5RBecDQy1kR4zDzPyf0=";
4040
};
4141

4242
nativeBuildInputs = [
@@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
5858
glib
5959
gtk4
6060
libadwaita
61+
openssl
6162
pango
6263
]
6364
++ lib.optionals stdenv.hostPlatform.isDarwin (

0 commit comments

Comments
 (0)