Commit 33748b93 authored by R. RyanTM's avatar R. RyanTM
Browse files

golds: 0.8.1 -> 0.8.2

parent aec87d52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "golds";
  version = "0.8.1";
  version = "0.8.2";

  src = fetchFromGitHub {
    owner = "go101";
    repo = "golds";
    tag = "v${version}";
    hash = "sha256-RM9ltqkOByOg1ZUF7ZXZcWTivlUKrNbZYgcFpwRwNUk=";
    hash = "sha256-6jtBwET3JSSh2DQq9MtLn2YokfK9ODYtYrcfI0W8m5I=";
  };

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