Unverified Commit 2bbfb74c authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

vicinae: 0.20.8 -> 0.20.9 (#506183)

parents c7e554b5 27d5c9e8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "vicinae";
  version = "0.20.8";
  version = "0.20.9";

  src = fetchFromGitHub {
    owner = "vicinaehq";
    repo = "vicinae";
    tag = "v${finalAttrs.version}";
    hash = "sha256-G+ibcIvOaPE3qot4zLmHUo7cmNFNU1kw2Zhn08D26Ts=";
    hash = "sha256-ax517n+zbfOvr2H+QfyqAq/6Ad3Qu3CnlaI4q6JfrXk=";
  };

  apiDeps = fetchNpmDeps {