about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-06-21 19:53:09 -0700
committerGitHub <noreply@github.com>2024-06-21 19:53:09 -0700
commit44e3ac88c64ddf112af9b46136cc6fad58148d21 (patch)
treea7cc7e4843ddf60f4297b68e9c02ad8e338c5cee /pkgs/applications/misc
parentc50d3067cb1937cafaf03d46003d23032cbeafa3 (diff)
parent6557fff9859a84e208217193bfc6799301e447a0 (diff)
Merge pull request #321556 from dotlambda/diebahn
diebahn: 2.5.0 -> 2.6.0
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/diebahn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/diebahn/default.nix b/pkgs/applications/misc/diebahn/default.nix
index 30a22e1c7be4f..3bf71ddab71cb 100644
--- a/pkgs/applications/misc/diebahn/default.nix
+++ b/pkgs/applications/misc/diebahn/default.nix
@@ -21,19 +21,19 @@
 
 stdenv.mkDerivation rec {
   pname = "diebahn";
-  version = "2.5.0";
+  version = "2.6.0";
 
   src = fetchFromGitLab {
     owner = "schmiddi-on-mobile";
     repo = "railway";
     rev = version;
-    hash = "sha256-Oj+y3BFAVzWUt+S0iOtKzFBiJGOGHuTj41FHHuOrWh8=";
+    hash = "sha256-cVCq7iVurX5SlCs7A5FSds6KaxMW3Qv/JIhhO69FTrk=";
   };
 
   cargoDeps = rustPlatform.fetchCargoTarball {
     name = "${pname}-${src}";
     inherit src;
-    hash = "sha256-//tr1CLn5Qoc+XMFzwNIvmsQD4SrjNRTX3hUPqlhwNs=";
+    hash = "sha256-J8KOmvSiUNBpt4qSFnNEwSKFJMSaTFd14G2INDYwPUE=";
   };
 
   nativeBuildInputs = [