Commit 460b5904 authored by R. RyanTM's avatar R. RyanTM
Browse files

corestore: 7.4.5 -> 7.4.7

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

buildNpmPackage (finalAttrs: {
  pname = "corestore";
  version = "7.4.5";
  version = "7.4.7";

  src = fetchFromGitHub {
    owner = "holepunchto";
    repo = "corestore";
    tag = "v${finalAttrs.version}";
    hash = "sha256-wuf7bPxHuzic2B4HCH7emM1+jc7gw+l5Sm/LCYnpvs4=";
    hash = "sha256-/UhiuEBoAJc1U2/VYVWLyEGcXUndH0QmM++FN4KCTHo=";
  };

  npmDepsHash = "sha256-hQYvQeTwlIWImdNhgpnJjDC24Fx4G0eST7tptWV1Xgw=";