Unverified Commit 7e151a05 authored by Aaron Jheng's avatar Aaron Jheng
Browse files

skeema: 1.9.0 -> 1.10.0

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

buildGoModule rec {
  pname = "skeema";
  version = "1.9.0";
  version = "1.10.0";

  src = fetchFromGitHub {
    owner = "skeema";
    repo = "skeema";
    rev = "v${version}";
    hash = "sha256-mzxoA5oWX94EdiapSCgyC62RCffuutWzC1YKkGfJSEU=";
    hash = "sha256-JhOQKfJCaZc5PlDWPuYe1Ag9AHkw9RjEQ4N9MSda4rY=";
  };

  vendorHash = null;