Skip to content

Commit

Permalink
libmspack: 0.5alpha -> 0.6alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Aug 18, 2017
1 parent 3c65062 commit cc1c817
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/libmspack/default.nix
@@ -1,9 +1,10 @@
{stdenv, fetchurl}:

stdenv.mkDerivation {
name = "libmspack-0.5alpha";
stdenv.mkDerivation rec {
name = "libmspack-0.6alpha";

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

Expand Down

2 comments on commit cc1c817

@mguentner
Copy link
Contributor

@mguentner mguentner commented on cc1c817 Aug 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You forgot to update sha256:
sha256 = "08gr2pcinas6bdqz3k0286g5cnksmcx813skmdwyca6bmj1fxnqy";

@fpletz
Copy link
Member Author

@fpletz fpletz commented on cc1c817 Aug 18, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Fixed in 8d53bfe.

Please sign in to comment.