Unverified Commit 634e1abe authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

redka: 0.5.2 -> 0.5.3 (#355334)

parents 3da7d288 bfc13702
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "redka";
  version = "0.5.2";
  version = "0.5.3";

  src = fetchFromGitHub {
    owner = "nalgeon";
    repo = "redka";
    rev = "v${version}";
    hash = "sha256-KpfXnhwz3uUdG89XdNqm1WyKwYhA5ImDg4DzzefKMz8=";
    hash = "sha256-CCTPhcarLFs2wyhu7OqifunVSil2QU61JViY3uTjVg8=";
  };

  vendorHash = "sha256-aX0X6TWVEouo884LunCt+UzLyvDHgmvuxdV0wh0r7Ro=";