File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1414 gdk-pixbuf ,
1515 glib ,
1616 gtk4 ,
17+ openssl ,
1718 libadwaita ,
1819 pango ,
1920 gettext ,
2425
2526stdenv . 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 (
You can’t perform that action at this time.
0 commit comments