Unverified Commit 344b5dea authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

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

parents aabc3f5c 4ff0a590
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;
  };