Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pixiewps: 1.2.2 -> 1.4.2

authored by

2b and committed by
GitHub
2b2ddb65 ec8caf1e

+3 -5
+3 -5
pkgs/tools/networking/pixiewps/default.nix
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pixiewps"; 5 - version = "1.2.2"; 6 src = fetchFromGitHub { 7 owner = "wiire-a"; 8 repo = "pixiewps"; 9 rev = "v${version}"; 10 - sha256 = "09znnj7p8cks7zxzklkdm4zy2qnp92vhngm9r0zfgawnl2b4r2aw"; 11 }; 12 13 preBuild = '' 14 - cd src 15 - substituteInPlace Makefile --replace "\$(DESTDIR)/usr" "$out" 16 - substituteInPlace Makefile --replace "/local" "" 17 ''; 18 19 meta = {
··· 2 3 stdenv.mkDerivation rec { 4 pname = "pixiewps"; 5 + version = "1.4.2"; 6 src = fetchFromGitHub { 7 owner = "wiire-a"; 8 repo = "pixiewps"; 9 rev = "v${version}"; 10 + sha256 = "sha256-cJ20Gp6YaSdgUXK/ckK5Yv0rGbGXuFMP5zKZG0c4oOY="; 11 }; 12 13 preBuild = '' 14 + substituteInPlace Makefile --replace "/usr/local" "$out" 15 ''; 16 17 meta = {