git-branchless: 0.5.0 -> 0.5.1

authored by Henri Menke and committed by GitHub dfb27d69 44a54140

+3 -12
+3 -12
pkgs/applications/version-management/git-and-tools/git-branchless/default.nix
··· 1 { lib 2 , fetchFromGitHub 3 - , fetchpatch 4 , git 5 , libiconv 6 , ncurses ··· 15 16 rustPlatform.buildRustPackage rec { 17 pname = "git-branchless"; 18 - version = "0.5.0"; 19 20 src = fetchFromGitHub { 21 owner = "arxanas"; 22 repo = "git-branchless"; 23 rev = "v${version}"; 24 - sha256 = "sha256-jAc17poNTld3eptN1Vd1MOKS5iloMWkq3oZgpWBkGTY="; 25 }; 26 27 - cargoPatches = [ 28 - (fetchpatch { 29 - name = "build-run-cargo-update"; 30 - url = "https://github.com/arxanas/git-branchless/commit/0ac3f325520f79d15368aa9d14893ebc17313ab6.patch"; 31 - sha256 = "sha256-S1kazUzvz3FzFpphSRhWiv/l2b/+zC9HtAl7ndq5aJA="; 32 - }) 33 - ]; 34 - 35 - cargoSha256 = "sha256-Lo/Q6OSIzWrRNiTGsOWRX+6FEcj4fk1kn7V9tw67UVo="; 36 37 nativeBuildInputs = [ pkg-config ]; 38
··· 1 { lib 2 , fetchFromGitHub 3 , git 4 , libiconv 5 , ncurses ··· 14 15 rustPlatform.buildRustPackage rec { 16 pname = "git-branchless"; 17 + version = "0.5.1"; 18 19 src = fetchFromGitHub { 20 owner = "arxanas"; 21 repo = "git-branchless"; 22 rev = "v${version}"; 23 + sha256 = "sha256-xh+G9bKEL2ho1YrNVTLbCTxSWZtjEuEWutvYEFr2G/g="; 24 }; 25 26 + cargoSha256 = "sha256-Zz1RQ/mhdIbPiw2StGtTiORXiJ2nVLyZakt1072ha6U="; 27 28 nativeBuildInputs = [ pkg-config ]; 29