about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-10-15 11:11:38 -0500
committerGitHub <noreply@github.com>2022-10-15 11:11:38 -0500
commit0766c5461f0f855a60f59c0783f0d8c0eff277bb (patch)
tree3f96511e08697afe3a71dcf0f28cebe0a7951367
parentccbafc82b0be275a7cef71e76a4508b40d29f9c3 (diff)
parent653e881d1c2b340b4cbdc08ce6bf8a5e8ba5d7c2 (diff)
Merge pull request #196139 from reedrw/sbu120
shticker-book-unwritten: 1.0.3 -> 1.2.0
-rw-r--r--pkgs/games/shticker-book-unwritten/unwrapped.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/shticker-book-unwritten/unwrapped.nix b/pkgs/games/shticker-book-unwritten/unwrapped.nix
index a4b25d94e8f8d..1d49a220235f5 100644
--- a/pkgs/games/shticker-book-unwritten/unwrapped.nix
+++ b/pkgs/games/shticker-book-unwritten/unwrapped.nix
@@ -2,15 +2,15 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "shticker-book-unwritten";
-  version = "1.0.3";
+  version = "1.2.0";
 
   src = fetchCrate {
     inherit version;
     crateName = "shticker_book_unwritten";
-    sha256 = "sha256-NQEXLTtotrZQmoYQnhCHIEwSe+fqlcHq5/I6zTHwLvc=";
+    sha256 = "sha256-jI2uL8tMUmjZ5jPkCV2jb98qtKwi9Ti4NVCPfuO3iB4=";
   };
 
-  cargoSha256 = "sha256-SniyLp/4R0MkJYQmW3RFvOFeBKTvRlSzEI5Y+ELHfy8=";
+  cargoSha256 = "sha256-Tney9SG9MZh7AUIT1h/dlgJyRrSPX7mUhfsKD1Rfsfc=";
 
   nativeBuildInputs = [ pkg-config ];