Skip to content

Commit

Permalink
sleef: 3.6.1 -> 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Sep 18, 2024
1 parent f4bf78b commit ff737d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/sleef/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "sleef";
version = "3.6.1";
version = "3.7";

src = fetchFromGitHub {
owner = "shibatch";
repo = "sleef";
rev = "${version}";
sha256 = "sha256-4rqjDjN/hlaxWYngoXPWLwzG7mE3Cb3HGOD+IIz7wZM=";
sha256 = "sha256-bzk80BRpTKYrhKKNtF/la1cO04Yn0zQ5DrwpkxULPrk=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit ff737d0

Please sign in to comment.