Skip to content

Commit 8d53bfe

Browse files
committedAug 18, 2017
libmspack: fix hash
Fix cc1c817.
1 parent b190c06 commit 8d53bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/development/libraries/libmspack/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
55

66
src = fetchurl {
77
url = "http://www.cabextract.org.uk/libmspack/${name}.tar.gz";
8-
sha256 = "04413hynb7zizxnkgy9riik3612dwirkpr6fcjrnfl2za9sz4rw9";
8+
sha256 = "08gr2pcinas6bdqz3k0286g5cnksmcx813skmdwyca6bmj1fxnqy";
99
};
1010

1111
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.