about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-02 11:11:07 -0500
committerGitHub <noreply@github.com>2024-01-02 11:11:07 -0500
commit8f74fdfdd734e776a8c09a6e612cbce690d0c7b3 (patch)
tree8bd3a176c903a3702633b993343dd4a9fc0434c6 /pkgs/games
parent018171206572e884d50926fd475cefa84555d095 (diff)
parent9c15d3ed2dcc4a9aab897001cac9ab18d0f9112e (diff)
Merge pull request #278156 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.45 -> 6.0.47
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/minesweep-rs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/games/minesweep-rs/default.nix b/pkgs/games/minesweep-rs/default.nix
index 2e430ea34dc9d..65b799508b7a9 100644
--- a/pkgs/games/minesweep-rs/default.nix
+++ b/pkgs/games/minesweep-rs/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "minesweep-rs";
-  version = "6.0.45";
+  version = "6.0.47";
 
   src = fetchFromGitHub {
     owner = "cpcloud";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-nD2lDfTT1lm2jN1ORq4PV3ER+RJJJU0ZTvSlvvskCxs=";
+    hash = "sha256-6BrFWJ7YGALdKaPAX8Z1W2Eyyj0kbegybmwdnNUmOYo=";
   };
 
-  cargoHash = "sha256-skzi5lSQSQgBK9RDtiuUwFDEzyV4LYrV5+g+7dmgfMc=";
+  cargoHash = "sha256-ju4tIie0Jrm9hh5Xoy4dqfPS8mqdN9Y0J1Nw4T9aN3Y=";
 
   meta = with lib; {
     description = "Sweep some mines for fun, and probably not for profit";