linuxPackages.ecapture: 1.5.1 -> 1.5.2 (#474624)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-28 03:57:17 +00:00
committed by GitHub
+2 -2
View File
@@ -24,13 +24,13 @@
buildGoModule rec {
pname = "ecapture";
version = "1.5.1";
version = "1.5.2";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-ODs6xey90XVQ+cc5qNciWdETW1N5hDBTjxpANCHeWsg=";
hash = "sha256-GWz+zlaP+kNF0G3hZJ2GJXusihGgEpxVdOlgAiHIH4s=";
fetchSubmodules = true;
};