Unverified Commit bad43d32 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

gosmee: 0.23.2 -> 0.23.4 (#398256)

parents 3e723640 2c7fb269
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildGoModule rec {
  pname = "gosmee";
  version = "0.23.2";
  version = "0.23.4";

  src = fetchFromGitHub {
    owner = "chmouel";
    repo = "gosmee";
    rev = "v${version}";
    hash = "sha256-B+0Qod9U7bTQKXkbZJ0eQ6DkPdq56EI2tf/3i8wP/TI=";
    hash = "sha256-orQDLuEbfxWWXmothxfTgeaMiqzJeTOFeNnPNDHwnYU=";
  };
  vendorHash = null;