Merge pull request #318402 from r-ryantm/auto-update/git-toolbelt

git-toolbelt: 1.9.1 -> 1.9.2
This commit is contained in:
Nick Cao
2024-06-09 10:49:10 -04:00
committed by GitHub
+2 -2
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 ];