Skip to content

Commit

Permalink
autodiff: 1.0.3 -> 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Aug 27, 2024
1 parent ca3704d commit 1de9ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/autodiff/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "autodiff";
version = "v1.0.3";
version = "v1.1.2";

src = fetchFromGitHub {
owner = "autodiff";
repo = "autodiff";
rev = "${version}";
sha256 = "sha256-hdIbEIZrxA5EA3XY4MIazRv3DazUjpuDJRCgq8+kJQg=";
sha256 = "sha256-hKIufS5o5tfsbVchwTJxms1n5Im1iTfY3KGWD1s5g9M=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 1de9ab0

Please sign in to comment.