rusty-psn: 0.3.0 -> 0.3.7

This commit is contained in:
Heitham Omar 2024-03-24 11:01:41 +00:00
parent 0f7fbe4c27
commit f9844ba120
2 changed files with 21 additions and 3 deletions

View File

@ -18,16 +18,21 @@
rustPlatform.buildRustPackage rec {
pname = "rusty-psn";
version = "0.3.0";
version = "0.3.7";
src = fetchFromGitHub {
owner = "RainbowCookie32";
repo = "rusty-psn";
rev = "v${version}";
sha256 = "sha256-BsbuEsW6cQbWg8BLtEBnjoCfcUCy1xWz9u0wBa8BKtA=";
sha256 = "sha256-EGj9VVY+Zbmth7H1oTgq38KNLT/aWoTPn8k4sVkScgg=";
};
cargoSha256 = "sha256-TD5du7I6Hw1PC8s9NI19jYCXlaZMnsdVj/a0q+M8Raw=";
cargoPatches = [ ./fix-cargo-lock.patch ];
cargoSha256 = "sha256-8J92WtMmCTnghPqSmNYhG3IVdmpHsHEH7Fkod0UYKJU=";
# Tests require network access
doCheck = false;
nativeBuildInputs = [
pkg-config

View File

@ -0,0 +1,13 @@
diff --git a/Cargo.lock b/Cargo.lock
index 3b63c3d..38a0fc0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3141,7 +3141,7 @@ dependencies = [
[[package]]
name = "rusty-psn"
-version = "0.3.3"
+version = "0.3.7"
dependencies = [
"bytesize",
"clap",