about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlassulus <github@lassul.us>2024-09-24 00:02:27 +0200
committerGitHub <noreply@github.com>2024-09-24 00:02:27 +0200
commitdff313a8933cd4b0a1a1b03b2a43fe247a8d3a0b (patch)
treee977de2e137b3969fb9eed4da7bd074cbe7eecbe /pkgs
parent63a64ace462da06007dfbeadcfd72f1a90e2693c (diff)
parent5ecbbed1ceecbe0a19939168a223938bfcb501db (diff)
railway: 3.14.0 -> 3.14.1 (#344019)
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ra/railway/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ra/railway/package.nix b/pkgs/by-name/ra/railway/package.nix
index df8b8e7224a57..2e7cf3d90e05d 100644
--- a/pkgs/by-name/ra/railway/package.nix
+++ b/pkgs/by-name/ra/railway/package.nix
@@ -12,16 +12,16 @@ let
 in
 rustPlatform.buildRustPackage rec {
   pname = "railway";
-  version = "3.14.0";
+  version = "3.14.1";
 
   src = fetchFromGitHub {
     owner = "railwayapp";
     repo = "cli";
     rev = "v${version}";
-    hash = "sha256-W9p987yn04Ije6JXFndHXB4rENGBTIiRmCh6fDhXJ4I=";
+    hash = "sha256-w52PzDRApKuRgJLYxY8ikqNOo6rC0kLCKWh8tgFzcIY=";
   };
 
-  cargoHash = "sha256-/Lot/Cxg/BUp4MFp6VkJHR7jy7mUe7qwJDhPS8kOeUk=";
+  cargoHash = "sha256-6VjloZ8s5LqyYPz1uMwdkwvHIhXjmifjd46PIx5d8xQ=";
 
   nativeBuildInputs = [ pkg-config ];