mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
libwmf: 0.2.12 -> 0.2.13
This commit is contained in:
parent
79b49e4147
commit
772b06df7c
@ -4,7 +4,7 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "libwmf";
|
||||
version = "0.2.12";
|
||||
version = "0.2.13";
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
owner = "caolanm";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0i2w5hg8mbgmgabxyd48qp1gx2mhk33hgr3jqvg72k0nhkd2jhf6";
|
||||
sha256 = "sha256-vffohx57OvQKu8DfNXNBm9bPsA8KgkQWs/3mmFn7L6M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user