nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #185377 from r-ryantm/auto-update/sqlx-cli

sqlx-cli: 0.6.0 -> 0.6.1

authored by

figsoda and committed by
GitHub
7e44b46c 2270b66d

+3 -3
+3 -3
pkgs/development/tools/rust/sqlx-cli/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "sqlx-cli"; 5 - version = "0.6.0"; 5 + version = "0.6.1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "launchbadge"; 9 9 repo = "sqlx"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-wAPZVDhT6Z8hTOYgbrCGu9uhxNhBLuygAsSpwVGzZxc="; 11 + sha256 = "sha256-4XJ0dNbACCcbN5+d05H++jlRKuL+au3iOLMoBR/whOs="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-YUIeph0aacrC4OXb5qcjM5CSvKZEG+gYk6r45urmUeg="; 14 + cargoSha256 = "sha256-sIe+uVCzTVUTePNIBekCA/uwRG+GWGonnvzhRDwh5Y4="; 15 15 16 16 doCheck = false; 17 17 cargoBuildFlags = [ "-p sqlx-cli" ];