From 653e881d1c2b340b4cbdc08ce6bf8a5e8ba5d7c2 Mon Sep 17 00:00:00 2001 From: Reed Date: Sat, 15 Oct 2022 09:34:16 -0400 Subject: [PATCH] shticker-book-unwritten: 1.0.3 -> 1.2.0 --- pkgs/games/shticker-book-unwritten/unwrapped.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/games/shticker-book-unwritten/unwrapped.nix b/pkgs/games/shticker-book-unwritten/unwrapped.nix index a4b25d94e8f..1d49a220235 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 ];