forked from mirrors/nixpkgs
Merge pull request #217095 from r-ryantm/auto-update/nip2
nip2: 8.7.1 -> 8.9.1
This commit is contained in:
commit
12143f43ee
|
@ -17,11 +17,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nip2";
|
||||
version = "8.7.1";
|
||||
version = "8.9.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/libvips/nip2/releases/download/v${version}/nip2-${version}.tar.gz";
|
||||
sha256 = "0l7n427njif53npqn02gfjjly8y3khbrkzqxp10j5vp9h97psgiw";
|
||||
sha256 = "sha256-t14m6z+5lPqpiOjgdDbKwqSWXCyrCL7zlo6BeoZtds0=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue