Unverified Commit 6070d343 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #227046 from r-ryantm/auto-update/go-motion

go-motion: 1.1.0 -> 1.2.0
parents a01cd788 77da756d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "motion";
  version = "1.1.0";
  version = "1.2.0";

  src = fetchFromGitHub {
    owner = "fatih";
    repo = "motion";
    rev = "v${version}";
    sha256 = "sha256-bD6Mm9/LOzguoK/xMpVEeT7G8j1shCsMv14wFostlW4=";
    sha256 = "sha256-7vkMhjO4JUAf0sUcKiMjqJ5GzLb//QoHd7Cagerx4/s=";
  };

  vendorSha256 = null;
  vendorHash = null;

  ldflags = [ "-s" "-w" ];