mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
libfpx: 1.3.1-4 -> 1.3.1-7
This commit is contained in:
parent
668572753c
commit
0bf841843c
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libfpx-1.3.1-4";
|
||||
name = "libfpx-1.3.1-7";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://imagemagick/delegates/${name}.tar.xz";
|
||||
sha256 = "0pbvxbp30zqjpc0q71qbl15cb47py74c4d6a8qv1mqa6j81pb233";
|
||||
sha256 = "1s28mwb06w6dj0zl6ashpj8m1qiyadawzl7cvbw7dmj1w39ipghh";
|
||||
};
|
||||
|
||||
# Darwin gets misdetected as Windows without this
|
||||
|
|
Loading…
Reference in a new issue