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

gosmee: 0.30.0 -> 0.31.0 (#503966)

parents 42bf8b13 354f25b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

buildGoModule (finalAttrs: {
  pname = "gosmee";
  version = "0.30.0";
  version = "0.31.0";

  src = fetchFromGitHub {
    owner = "chmouel";
    repo = "gosmee";
    tag = "v${finalAttrs.version}";
    hash = "sha256-IOxUpZUIIts2MU9YwHmzVDgyO1oV8sWzi3nOWogYJTQ=";
    hash = "sha256-lbOqQNEsRP4RXTDQg4MeO6WrTk54sHEkmQFLSpcTVok=";
  };

  vendorHash = null;