linuxPackages.ecapture: 1.3.1 -> 1.4.0 (#432613)

Co-authored-by: Bot-wxt1221 <3264117476@qq.com>

authored by nixpkgs-merge-bot[bot] Bot-wxt1221 and committed by GitHub 23d5ce0b 59ca61e5

+3 -3
+3 -3
pkgs/by-name/ec/ecapture/package.nix
··· 24 25 buildGoModule rec { 26 pname = "ecapture"; 27 - version = "1.3.1"; 28 29 src = fetchFromGitHub { 30 owner = "gojue"; 31 repo = "ecapture"; 32 tag = "v${version}"; 33 - hash = "sha256-SY7Q8WlxE473An6/MntjPaIT3mFE/u9JJS6nb8BWiuQ="; 34 fetchSubmodules = true; 35 }; 36 ··· 122 in 123 [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ]; 124 125 - vendorHash = "sha256-B2Jq6v1PibZ1P9OylFsVp/ULZa/ne5T+vCsBWWrjW/4="; 126 127 passthru.updateScript = nix-update-script { }; 128
··· 24 25 buildGoModule rec { 26 pname = "ecapture"; 27 + version = "1.4.0"; 28 29 src = fetchFromGitHub { 30 owner = "gojue"; 31 repo = "ecapture"; 32 tag = "v${version}"; 33 + hash = "sha256-2YuBgN7KUH8pgFSvvk0gpkAc1YCL8NLrU/UtQ9ykyqw="; 34 fetchSubmodules = true; 35 }; 36 ··· 122 in 123 [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ]; 124 125 + vendorHash = "sha256-cN6pCfc9LEItASCoZ4+BU1AOtwMmFaUEzOM/BZ13jcI="; 126 127 passthru.updateScript = nix-update-script { }; 128