linuxPackages.ecapture: 1.4.1 -> 1.4.2 (#446650)

This commit is contained in:
Nick Cao
2025-09-28 22:55:20 +00:00
committed by GitHub
+2 -2
View File
@@ -24,13 +24,13 @@
buildGoModule rec {
pname = "ecapture";
version = "1.4.1";
version = "1.4.2";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-vVDr0KKfjFg282FLt23foYWoW5XSFdEgGfXgdiWrfk4=";
hash = "sha256-1FyZMUII+bPQDmNK1eJkfeoTjdhe/jj2qiooWuNFsNg=";
fetchSubmodules = true;
};