1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

Merge pull request #70759 from r-ryantm/auto-update/robin-map

robin-map: 0.6.1 -> 0.6.2
This commit is contained in:
Renaud 2019-10-10 22:18:14 +02:00 committed by GitHub
commit 67e0730823
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "robin-map";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "Tessil";
repo = pname;
rev = "v${version}";
sha256 = "0blvvbr14f0drbd6dp0cs8x4ng3ppb5i72dmhk43ylg6yjgh4fhq";
sha256 = "0y532zg0aaqz3fpv785n2drwpnryaclr53drpqimnbf3cs0jw997";
};
nativeBuildInputs = [ cmake ];