Unverified Commit e4651455 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

golds: 0.7.5 -> 0.7.6 (#399442)



Co-authored-by: default avatarphanirithvij <madlad@duck.com>
parents d5b441b8 b0d51991
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "golds";
  version = "0.7.5";
  version = "0.7.6";

  src = fetchFromGitHub {
    owner = "go101";
    repo = "golds";
    tag = "v${version}";
    hash = "sha256-maYkVZlr8VW3nsNLVD+ib8TfltBkDrgWiC7VyeEJIy4=";
    hash = "sha256-j6k68+hiXsXW5WLnmbN/iFLFpyU64z/1+DKuaAnNbac=";
  };

  # nixpkgs is not using the go distpack archive and missing a VERSION file in the source