Unverified Commit 67544bbb authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

railway: 4.3.0 -> 4.5.1 (#408278)

parents 3c6768ed ceba101d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@
}:
rustPlatform.buildRustPackage rec {
  pname = "railway";
  version = "4.3.0";
  version = "4.5.1";

  src = fetchFromGitHub {
    owner = "railwayapp";
    repo = "cli";
    rev = "v${version}";
    hash = "sha256-3QdwwZMlhhO25GuhWFNI6HpvOXjXpVypP4oVqTt5zzo=";
    hash = "sha256-tZwVkZDT4WtM7cxI0FKPtX7C7NdhRbIOsDIrS4hbz+I=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-ox9iqwBhdc1bPbIPlDIRK2lptoQ5kisGYr+0Ymsc3ps=";
  cargoHash = "sha256-eK91RATbTqYJYKM5I67281oHY90aaTVvbqQnysz/8k4=";

  nativeBuildInputs = [ pkg-config ];