Unverified Commit 94acd826 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #179084 from SuperSandro2000/viddy

viddy: 0.3.4 -> 0.3.5
parents 4375a720 753deb18
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "viddy";
  version = "0.3.4";
  version = "0.3.5";

  src = fetchFromGitHub {
    owner = "sachaos";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-V/x969wi5u5ND9QgJfc4vtI2t1G1ETlATzeqnpHMncc=";
    sha256 = "sha256-+0Twa9OYIuyt1+F/sLkQSOj0u04r7y/DqYd11buquow=";
  };

  vendorSha256 = "sha256-LtRHnZF0ynnIp77K9anljqq42BumXohDMwlU7hzSxZk=";