pixiewps: 1.2.2 -> 1.4.2

This commit is contained in:
2b 2022-07-31 14:15:35 +03:00 committed by GitHub
parent ec8caf1ea1
commit 2b2ddb655f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,16 @@
stdenv.mkDerivation rec {
pname = "pixiewps";
version = "1.2.2";
version = "1.4.2";
src = fetchFromGitHub {
owner = "wiire-a";
repo = "pixiewps";
rev = "v${version}";
sha256 = "09znnj7p8cks7zxzklkdm4zy2qnp92vhngm9r0zfgawnl2b4r2aw";
sha256 = "sha256-cJ20Gp6YaSdgUXK/ckK5Yv0rGbGXuFMP5zKZG0c4oOY=";
};
preBuild = ''
cd src
substituteInPlace Makefile --replace "\$(DESTDIR)/usr" "$out"
substituteInPlace Makefile --replace "/local" ""
substituteInPlace Makefile --replace "/usr/local" "$out"
'';
meta = {