Skip to content

Commit 86c8670

Browse files
committed
libdsk: 1.5.20 -> 1.5.21
1 parent ce6566e commit 86c8670

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/li/libdsk/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
stdenv.mkDerivation rec {
88
pname = "libdsk";
9-
version = "1.5.20";
9+
version = "1.5.21";
1010

1111
src = fetchurl {
1212
url = "https://www.seasip.info/Unix/LibDsk/${pname}-${version}.tar.gz";
13-
sha256 = "sha256-/ivN4+Oe0N6VmhWTfdDU48NcQLSIVAAtqzzi6DdlAZ0=";
13+
sha256 = "sha256-uDRwFS2oF1k/m4biJvkxq+cacB1QlefM0T5bC2h1dd4=";
1414
};
1515

1616
meta = with lib; {

0 commit comments

Comments
 (0)