Skip to content

Commit

Permalink
nanobind: 1.4.0 -> 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 16, 2023
1 parent f97c450 commit 07f3c83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/nanobind/default.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{ lib, stdenv, fetchFromGitHub, cmake, robin-map, python,
buildShared ? false,
enableTesting ? false
}:

stdenv.mkDerivation rec {
pname = "nanobind";
version = "1.4.0";
version = "1.5.0";

src = fetchFromGitHub {
owner = "wjakob";
repo = "nanobind";
rev = "05cba0ef85ba2bb68aa115af4b74c30aa2aa7bec";
sha256 = "sha256-LNL0vVBWPfq4XhfWfe1blfmkpkSEU8hlJ+S4aHo5v+M=";
rev = "v${version}";
hash = "sha256-GoHGABNXixriXJLd0A8guIwWbBxHOHEx5DinVP2yKuw=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 07f3c83

Please sign in to comment.