git-toolbelt: 1.9.2 -> 1.9.3

This commit is contained in:
R. Ryantm 2024-07-05 13:46:05 +00:00
parent 381a94c16d
commit 34b3a802af

View File

@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "git-toolbelt";
version = "1.9.2";
version = "1.9.3";
src = fetchFromGitHub {
owner = "nvie";
repo = "git-toolbelt";
rev = "v${finalAttrs.version}";
hash = "sha256-0abO3AYpN6TKYFtrK9lP5k57qWI7ByumaO/5dgKDqQc=";
hash = "sha256-ANqv/iIDUyy2G4pKSw+2sutMEA0WhPN3OKfPTm5lwDU=";
};
nativeBuildInputs = [ makeWrapper ];