about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-09-30 07:14:43 -0500
committerGitHub <noreply@github.com>2022-09-30 07:14:43 -0500
commit8b2afa070eb5621a27f1e655d20d4df1cea46d97 (patch)
tree0aead1182256b4ca5f2d048ceae211c9e51ca25c
parent862f8e8dc07f08b18babe79f932c0ef8aacb69b3 (diff)
parent67e24c801cc486a143f6bbb1c92aa00c3a68982f (diff)
Merge pull request #192362 from r-ryantm/auto-update/rusty-psn
rusty-psn: 0.1.2 -> 0.3.0
-rw-r--r--pkgs/applications/misc/rusty-psn/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/rusty-psn/default.nix b/pkgs/applications/misc/rusty-psn/default.nix
index bc0fd96730b5f..fbea2a7b80379 100644
--- a/pkgs/applications/misc/rusty-psn/default.nix
+++ b/pkgs/applications/misc/rusty-psn/default.nix
@@ -13,16 +13,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "rusty-psn";
-  version = "0.1.2";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "RainbowCookie32";
     repo = "rusty-psn";
     rev = "v${version}";
-    sha256 = "14li5fsaj4l5al6lcxy07g3gzmi0l3cyiczq44q7clq4myhykhhb";
+    sha256 = "sha256-BsbuEsW6cQbWg8BLtEBnjoCfcUCy1xWz9u0wBa8BKtA=";
   };
 
-  cargoSha256 = "0kjaq3ik3lwaz7rjb5jaxavpahzp33j7vln3zyifql7j7sbr300f";
+  cargoSha256 = "sha256-TD5du7I6Hw1PC8s9NI19jYCXlaZMnsdVj/a0q+M8Raw=";
 
   nativeBuildInputs = [
     pkg-config