Skip to content

Commit

Permalink
ocamlPackages.sel: 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 7, 2024
1 parent b463726 commit 2f9c81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/sel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildDunePackage rec {
pname = "sel";
version = "0.4.0";
version = "0.5.0";

minimalOCamlVersion = "4.07";

src = fetchurl {
url = "https://github.com/gares/sel/releases/download/v${version}/sel-${version}.tbz";
hash = "sha256-Sp0eSeKyFmMvOQrebqLKP+HbHQB0D0eAmEjDzxnFL1I=";
hash = "sha256-n4Z+Pe9fkHLnRzwCryxYNe165Q2Vds9+CduRbRJjqI0=";
};

buildInputs = [
Expand Down

0 comments on commit 2f9c81f

Please sign in to comment.