Merge #180079: git-lfs: remove leaveDotGit=true

This commit is contained in:
Vladimír Čunát 2022-07-27 20:21:06 +02:00
commit 2f00df37c4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -9,7 +9,6 @@ buildGoModule rec {
repo = "git-lfs"; repo = "git-lfs";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-3gVUPfZs5GViEA3D7Zm5NdxhuEz9DhwPLoQqHFdGCrI="; sha256 = "sha256-3gVUPfZs5GViEA3D7Zm5NdxhuEz9DhwPLoQqHFdGCrI=";
leaveDotGit = true;
}; };
vendorSha256 = null; vendorSha256 = null;