Skip to content

Commit

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

stdenv.mkDerivation rec {
pname = "cpp-flux";
version = "0.1.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "tcbrindle";
repo = "flux";
rev = "b8047a547659d41e6c91f3a20c8acd42326de8ea";
hash = "sha256-yfIxg0ex1lqtC9epUzKaIMRUebRyygEIrlZvo/yyg6k=";
rev = "v${version}";
hash = "sha256-gmWDCPlvJOoCz3drVClC1zuJqIi5qclMZ9ADieBNtZ8=";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit bd55df0

Please sign in to comment.