···4455rustPlatform.buildRustPackage rec {
66 pname = "cargo-make";
77- version = "0.32.14";
77+ version = "0.32.15";
8899 src = fetchCrate {
1010 inherit pname version;
1111- sha256 = "sha256-Q7gEjtStb4WUSyJv9KSu7Q61tH0O2qnNn3eyH77pI9g=";
1111+ sha256 = "sha256-BvZe2+PwradByyDeqhs3u42tbLrR5UMyUhJVSlX/U+w=";
1212 };
13131414 nativeBuildInputs = [ pkg-config ];
···1616 buildInputs = [ openssl ]
1717 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ];
18181919- cargoSha256 = "sha256-DB4ywbbHE9wfvywvYnjD9OzDikmUR34RVdPOQYrst74=";
1919+ cargoSha256 = "sha256-eA1cyffQAmSN3jQo5k8H6eYrS23qUxsiAqWzwrYmh3o=";
20202121 # Some tests fail because they need network access.
2222 # However, Travis ensures a proper build.
+1-1
pkgs/misc/emulators/pcsx2/default.nix
···101101 PC, with many additional features and benefits.
102102 '';
103103 homepage = "https://pcsx2.net";
104104- maintainers = with maintainers; [ hrdinka samuelgrf govanify ];
104104+ maintainers = with maintainers; [ hrdinka govanify ];
105105106106 # PCSX2's source code is released under LGPLv3+. It However ships
107107 # additional data files and code that are licensed differently.