Unverified Commit 6b89fcb5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

sendspin-go: 1.6.0 -> 1.6.2 (#515776)

parents f622ff92 9f198cdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildGoModule (finalAttrs: {
  pname = "sendspin-go";
  version = "1.6.0";
  version = "1.6.2";

  src = fetchFromGitHub {
    owner = "Sendspin";
    repo = "sendspin-go";
    tag = "v${finalAttrs.version}";
    hash = "sha256-kCTW9eOSC/15c2PaXWiWsAqEOCWodKYcptqtWAQc9fQ=";
    hash = "sha256-ME4LZp5NNLSAtdkIUZJWWWQTUr5Lt3y+HscJAR/AS7c=";
  };

  __structuredAttrs = true;