deepsource: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm 2025-08-14 22:06:08 +00:00
parent 9976b5902f
commit c62bad5c13

View File

@ -9,13 +9,13 @@
buildGoModule rec {
pname = "deepsource";
version = "0.10.0";
version = "0.10.1";
src = fetchFromGitHub {
owner = "DeepSourceCorp";
repo = "cli";
rev = "v${version}";
hash = "sha256-kmP3U6SRvolmi7QA0rFNTg+w+DJEQUHOmbSE4sdEBK4=";
hash = "sha256-eJRoy/mgcdYgUV9covQbWwn5sk1hJB1UkKnNd/hjuEY=";
};
nativeBuildInputs = [ installShellFiles ];