···45rustPlatform.buildRustPackage rec {
6 pname = "cargo-make";
7- version = "0.32.14";
89 src = fetchCrate {
10 inherit pname version;
11- sha256 = "sha256-Q7gEjtStb4WUSyJv9KSu7Q61tH0O2qnNn3eyH77pI9g=";
12 };
1314 nativeBuildInputs = [ pkg-config ];
···16 buildInputs = [ openssl ]
17 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
1819- cargoSha256 = "sha256-DB4ywbbHE9wfvywvYnjD9OzDikmUR34RVdPOQYrst74=";
2021 # Some tests fail because they need network access.
22 # However, Travis ensures a proper build.
···45rustPlatform.buildRustPackage rec {
6 pname = "cargo-make";
7+ version = "0.32.15";
89 src = fetchCrate {
10 inherit pname version;
11+ sha256 = "sha256-BvZe2+PwradByyDeqhs3u42tbLrR5UMyUhJVSlX/U+w=";
12 };
1314 nativeBuildInputs = [ pkg-config ];
···16 buildInputs = [ openssl ]
17 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
1819+ cargoSha256 = "sha256-eA1cyffQAmSN3jQo5k8H6eYrS23qUxsiAqWzwrYmh3o=";
2021 # Some tests fail because they need network access.
22 # However, Travis ensures a proper build.
+1-1
pkgs/misc/emulators/pcsx2/default.nix
···101 PC, with many additional features and benefits.
102 '';
103 homepage = "https://pcsx2.net";
104- maintainers = with maintainers; [ hrdinka samuelgrf govanify ];
105106 # PCSX2's source code is released under LGPLv3+. It However ships
107 # additional data files and code that are licensed differently.
···101 PC, with many additional features and benefits.
102 '';
103 homepage = "https://pcsx2.net";
104+ maintainers = with maintainers; [ hrdinka govanify ];
105106 # PCSX2's source code is released under LGPLv3+. It However ships
107 # additional data files and code that are licensed differently.
···1617 vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
1819- preBuild = ''
20- mv v2/* .
21- '';
02223 # Test files are not part of the release tarball
24 doCheck = false;
···1617 vendorSha256 = "sha256-qmuua7HXnwuy24CSqHKALqNDmXBvSIXYTVu3kaGVoeU=";
1819+ modRoot = "./v2";
20+ subPackages = [
21+ "cmd/nuclei/"
22+ ];
2324 # Test files are not part of the release tarball
25 doCheck = false;