git-toolbelt: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2024-06-09 02:50:51 +00:00
parent 2a823de133
commit ffe2580cfa

View File

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