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

vi-mongo: 0.1.23 -> 0.1.24 (#399659)

parents 3b2d4115 5186c38e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "vi-mongo";
  version = "0.1.23";
  version = "0.1.24";

  src = fetchFromGitHub {
    owner = "kopecmaciej";
    repo = "vi-mongo";
    tag = "v${version}";
    hash = "sha256-zQgGclK6iUtN1PMBSuYVYE8tS1qHTKcTDWDYqhVp3Hg=";
    hash = "sha256-L4LbVeH8Fgz7RD0tcyyKpP7+/aTvn1zfl+RpsWwiSfA=";
  };

  vendorHash = "sha256-rKXrmK0ns3FB6EGyCJ2nYrCUsQ7yPm8dmzJioiVzHIc=";