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.
2 parents 86f2229 + 2cfbc7f commit 863f7d6Copy full SHA for 863f7d6
pkgs/by-name/li/linuxdoc-tools/package.nix
@@ -17,13 +17,13 @@
17
18
stdenv.mkDerivation rec {
19
pname = "linuxdoc-tools";
20
- version = "0.9.85";
+ version = "0.9.86";
21
22
src = fetchFromGitLab {
23
owner = "agmartin";
24
repo = "linuxdoc-tools";
25
rev = version;
26
- hash = "sha256-8nsCfcxqVt16br6Vhk8tW3cxJMJFSZYX2g3MjO7JoT4=";
+ hash = "sha256-AsTlrjTYuuLB2jF0zKPVrxOZ2ygUIyMJFV6qDd7ODwA=";
27
};
28
29
outputs = [
0 commit comments