Skip to content

Commit

Permalink
diebahn: 2.7.1 -> 2.7.2 (#375679)
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo authored Jan 22, 2025
2 parents 0616f15 + 543cb13 commit 5179f17
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/by-name/di/diebahn/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
gdk-pixbuf,
glib,
gtk4,
openssl,
libadwaita,
pango,
gettext,
Expand All @@ -24,19 +25,18 @@

stdenv.mkDerivation rec {
pname = "diebahn";
version = "2.7.1";
version = "2.7.2";

src = fetchFromGitLab {
owner = "schmiddi-on-mobile";
repo = "railway";
rev = version;
hash = "sha256-SLZJiCkHUS2p7cNk3i3yO2c3tWR4T4ch+zJ1iYEkS6E=";
tag = version;
hash = "sha256-jk2Pn/kqjMx5reMkIL8nLMWMZylwdoVq4FmnzaohnjU=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
name = "${pname}-${src}";
inherit src;
hash = "sha256-XYlRm8yqQr9ZNV7jQeuR8kvqFNudUjJlzE6h9X0zq0Y=";
inherit pname version src;
hash = "sha256-UE+N6cvcWVJTxE8m4hHmBLyd5RBecDQy1kR4zDzPyf0=";
};

nativeBuildInputs = [
Expand All @@ -58,6 +58,7 @@ stdenv.mkDerivation rec {
glib
gtk4
libadwaita
openssl
pango
]
++ lib.optionals stdenv.hostPlatform.isDarwin (
Expand Down

0 comments on commit 5179f17

Please sign in to comment.