We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd102fa commit b6eaf97Copy full SHA for b6eaf97
pkgs/by-name/li/liblouis/package.nix
@@ -13,7 +13,7 @@
13
14
stdenv.mkDerivation (finalAttrs: {
15
pname = "liblouis";
16
- version = "3.32.0";
+ version = "3.33.0";
17
18
outputs = [ "out" "dev" "info" "doc" ]
19
# configure: WARNING: cannot generate manual pages while cross compiling
@@ -23,7 +23,7 @@ stdenv.mkDerivation (finalAttrs: {
23
owner = "liblouis";
24
repo = "liblouis";
25
rev = "v${finalAttrs.version}";
26
- hash = "sha256-gub/XUwbM7wzeQ0eXtpqaWxPDhlksVW7xSnFB6oXNyQ=";
+ hash = "sha256-+p/2eLbQ5aYtxQIkoHaVE1xDqstveedf+56aRNX9C7M=";
27
};
28
29
strictDeps = true;
0 commit comments