Skip to content

Commit

Permalink
libmspack: fix hash
Browse files Browse the repository at this point in the history
Fix cc1c817.
  • Loading branch information
fpletz committed Aug 18, 2017
1 parent b190c06 commit 8d53bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libmspack/default.nix
Expand Up @@ -5,7 +5,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url = "http://www.cabextract.org.uk/libmspack/${name}.tar.gz";
sha256 = "04413hynb7zizxnkgy9riik3612dwirkpr6fcjrnfl2za9sz4rw9";
sha256 = "08gr2pcinas6bdqz3k0286g5cnksmcx813skmdwyca6bmj1fxnqy";
};

meta = {
Expand Down

0 comments on commit 8d53bfe

Please sign in to comment.