Commit 2e1263f0 authored by R. RyanTM's avatar R. RyanTM Committed by Marcin Serwin
Browse files

robin-map: 1.3.0 -> 1.4.0

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

stdenv.mkDerivation rec {
  pname = "robin-map";
  version = "1.3.0";
  version = "1.4.0";

  src = fetchFromGitHub {
    owner = "Tessil";
    repo = "robin-map";
    tag = "v${version}";
    hash = "sha256-dspOWp/8oNR0p5XRnqO7WtPcCx54/y8m1cDho4UBYyc=";
    hash = "sha256-Hkgxiq2i0TuqMK/bI5OMOn3LkmSE40NimDjK1FBZpsA=";
  };

  nativeBuildInputs = [