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

robin-map: 1.2.2 -> 1.3.0
This commit is contained in:
Robert Scott 2024-04-25 00:24:51 +01:00 committed by GitHub
commit cc73d4cce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "robin-map";
version = "1.2.2";
version = "1.3.0";
src = fetchFromGitHub {
owner = "Tessil";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-33oNUvLofFuM5QyRk+Jc6Q7vvWk68c/QqX0oiELoUrw=";
hash = "sha256-dspOWp/8oNR0p5XRnqO7WtPcCx54/y8m1cDho4UBYyc=";
};
nativeBuildInputs = [