tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
ocamlPackages.pure-html: 3.11.0 -> 3.11.1
R. Ryantm
7 months ago
63dcaabc
abfaee3e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
ocaml-modules
dream-html
pure.nix
+2
-2
pkgs/development/ocaml-modules/dream-html/pure.nix
···
7
7
8
8
buildDunePackage rec {
9
9
pname = "pure-html";
10
10
-
version = "3.11.0";
10
10
+
version = "3.11.1";
11
11
12
12
src = fetchFromGitHub {
13
13
owner = "yawaramin";
14
14
repo = "dream-html";
15
15
tag = "v${version}";
16
16
-
hash = "sha256-YBzL9B1mDbomGr1kT6RW+wg4y0JH6IiIlJYVMRptFFg=";
16
16
+
hash = "sha256-L/q3nxUONPdZtzmfCfP8nnNCwQNSpeYI0hqowioGYNg=";
17
17
};
18
18
19
19
propagatedBuildInputs = [ uri ];