linuxPackages.ecapture: 1.3.1 -> 1.4.0

This commit is contained in:
R. Ryantm 2025-08-10 19:39:41 +00:00
parent b1b0d690fb
commit ca0a1441e8

View File

@ -24,13 +24,13 @@
buildGoModule rec {
pname = "ecapture";
version = "1.3.1";
version = "1.4.0";
src = fetchFromGitHub {
owner = "gojue";
repo = "ecapture";
tag = "v${version}";
hash = "sha256-SY7Q8WlxE473An6/MntjPaIT3mFE/u9JJS6nb8BWiuQ=";
hash = "sha256-2YuBgN7KUH8pgFSvvk0gpkAc1YCL8NLrU/UtQ9ykyqw=";
fetchSubmodules = true;
};
@ -122,7 +122,7 @@ buildGoModule rec {
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
vendorHash = "sha256-B2Jq6v1PibZ1P9OylFsVp/ULZa/ne5T+vCsBWWrjW/4=";
vendorHash = "sha256-cN6pCfc9LEItASCoZ4+BU1AOtwMmFaUEzOM/BZ13jcI=";
passthru.updateScript = nix-update-script { };