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 ce6566e commit 86c8670Copy full SHA for 86c8670
pkgs/by-name/li/libdsk/package.nix
@@ -6,11 +6,11 @@
6
7
stdenv.mkDerivation rec {
8
pname = "libdsk";
9
- version = "1.5.20";
+ version = "1.5.21";
10
11
src = fetchurl {
12
url = "https://www.seasip.info/Unix/LibDsk/${pname}-${version}.tar.gz";
13
- sha256 = "sha256-/ivN4+Oe0N6VmhWTfdDU48NcQLSIVAAtqzzi6DdlAZ0=";
+ sha256 = "sha256-uDRwFS2oF1k/m4biJvkxq+cacB1QlefM0T5bC2h1dd4=";
14
};
15
16
meta = with lib; {
0 commit comments