From af0f979e328ddb2b18dd8dfd26afcf62c83d9937 Mon Sep 17 00:00:00 2001 From: Alexander Sieg Date: Thu, 7 Nov 2024 17:46:29 +0100 Subject: [PATCH] diebahn: 2.7.0 -> 2.7.1 Diff: https://gitlab.com/schmiddi-on-mobile/railway/-/compare/2.7.0...2.7.1 Changelog: https://gitlab.com/schmiddi-on-mobile/railway/-/blob/2.7.1/CHANGELOG.md --- pkgs/applications/misc/diebahn/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/diebahn/default.nix b/pkgs/applications/misc/diebahn/default.nix index 0212547a75a6..22cc9374df3b 100644 --- a/pkgs/applications/misc/diebahn/default.nix +++ b/pkgs/applications/misc/diebahn/default.nix @@ -17,23 +17,24 @@ , pango , gettext , darwin +, blueprint-compiler }: stdenv.mkDerivation rec { pname = "diebahn"; - version = "2.7.0"; + version = "2.7.1"; src = fetchFromGitLab { owner = "schmiddi-on-mobile"; repo = "railway"; rev = version; - hash = "sha256-ps55DiAsetmdcItZKcfyYDD0q0w1Tkf/U48UR/zQx1g="; + hash = "sha256-SLZJiCkHUS2p7cNk3i3yO2c3tWR4T4ch+zJ1iYEkS6E="; }; cargoDeps = rustPlatform.fetchCargoTarball { name = "${pname}-${src}"; inherit src; - hash = "sha256-StJxWasUMj9kh9rLs4LFI3XaZ1Z5pvFBjEjtp79WZjg="; + hash = "sha256-XYlRm8yqQr9ZNV7jQeuR8kvqFNudUjJlzE6h9X0zq0Y="; }; nativeBuildInputs = [ @@ -45,6 +46,7 @@ stdenv.mkDerivation rec { rustPlatform.cargoSetupHook rustc wrapGAppsHook4 + blueprint-compiler ]; buildInputs = [