about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-27 10:49:55 -0500
committerGitHub <noreply@github.com>2023-12-27 10:49:55 -0500
commit1e63015f9cc8818da316646cb0d80f5935b01e3c (patch)
tree05822dbe2b4243ee86c754a8de517f11481220b5 /pkgs/games
parent2c383396727cd4151631cb7b8719fa997c035399 (diff)
parentb11c54fc76653bc7eb41db62aec861e7887dd411 (diff)
Merge pull request #277034 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.41 -> 6.0.45
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 034b3107959ca..2e430ea34dc9d 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.41";
+  version = "6.0.45";
 
   src = fetchFromGitHub {
     owner = "cpcloud";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-j72ragB4cwFGX08Zlz8eF3j+3dp7JZ64oJ461JoLIrU=";
+    hash = "sha256-nD2lDfTT1lm2jN1ORq4PV3ER+RJJJU0ZTvSlvvskCxs=";
   };
 
-  cargoHash = "sha256-QtAuUNhBIMz+j6h2DVLDxxWk8iMXy8G2pinS8115qr4=";
+  cargoHash = "sha256-skzi5lSQSQgBK9RDtiuUwFDEzyV4LYrV5+g+7dmgfMc=";
 
   meta = with lib; {
     description = "Sweep some mines for fun, and probably not for profit";