Loading pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ let in rustPlatform.buildRustPackage rec { pname = "railway"; version = "3.11.2"; version = "3.11.4"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-uYe/8FwiMFwxpKF3wz+EOz7OUjYV37RUG7kf1ZCZX1c="; hash = "sha256-b9koWJunBlbg92/n5Wdvri7TAn9sbscLXasX+isXMHA="; }; cargoHash = "sha256-3CjKI3lIIa2H8F9Kc34NZr0D99D0aypFNwh+YPN/EZQ="; cargoHash = "sha256-1N/5HNDN45Y+GSsrxMhVJAGbLUyLjDZaVNHS77x1SKw="; nativeBuildInputs = [ pkg-config ]; Loading Loading
pkgs/by-name/ra/railway/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -12,16 +12,16 @@ let in rustPlatform.buildRustPackage rec { pname = "railway"; version = "3.11.2"; version = "3.11.4"; src = fetchFromGitHub { owner = "railwayapp"; repo = "cli"; rev = "v${version}"; hash = "sha256-uYe/8FwiMFwxpKF3wz+EOz7OUjYV37RUG7kf1ZCZX1c="; hash = "sha256-b9koWJunBlbg92/n5Wdvri7TAn9sbscLXasX+isXMHA="; }; cargoHash = "sha256-3CjKI3lIIa2H8F9Kc34NZr0D99D0aypFNwh+YPN/EZQ="; cargoHash = "sha256-1N/5HNDN45Y+GSsrxMhVJAGbLUyLjDZaVNHS77x1SKw="; nativeBuildInputs = [ pkg-config ]; Loading