Commit 7900f206 authored by R. RyanTM's avatar R. RyanTM
Browse files

skeema: 1.12.1 -> 1.12.2

parent 6437a6b9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildGoModule rec {
  pname = "skeema";
  version = "1.12.1";
  version = "1.12.2";

  src = fetchFromGitHub {
    owner = "skeema";
    repo = "skeema";
    rev = "v${version}";
    hash = "sha256-XA4Bi11XstL9tqQqv7t4toQN464n1CePM51VmaUIRaE=";
    hash = "sha256-3oI/bedw2bCh8cNVO+V0CkpwwKiCc/nkVLwUaNWIckY=";
  };

  vendorHash = null;