about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorEmily Trau <13267947+emilytrau@users.noreply.github.com>2023-12-17 14:04:23 +1100
committerGitHub <noreply@github.com>2023-12-17 14:04:23 +1100
commitdf01f21fa3988e84ee1d7f2d909166dbabc98e14 (patch)
treebe97769411de46f5545d09d02c01c87414433213 /pkgs/games
parent934c255ae43fdd2bee09d071d009113686bc436b (diff)
parent917af0744a538a90ebc746aa72d1c85e7a662d2d (diff)
Merge pull request #274834 from r-ryantm/auto-update/minesweep-rs
minesweep-rs: 6.0.39 -> 6.0.41
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 11950a8f74105..034b3107959ca 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.39";
+  version = "6.0.41";
 
   src = fetchFromGitHub {
     owner = "cpcloud";
     repo = pname;
     rev = "v${version}";
-    hash = "sha256-gV+16gxXfogHFFAXz/aG+D/uaXbZTgVjYK24QQizQ0c=";
+    hash = "sha256-j72ragB4cwFGX08Zlz8eF3j+3dp7JZ64oJ461JoLIrU=";
   };
 
-  cargoHash = "sha256-D6HnpXxixmVugbjr5pMYZiVeGLgje41k3n3xic6Ecps=";
+  cargoHash = "sha256-QtAuUNhBIMz+j6h2DVLDxxWk8iMXy8G2pinS8115qr4=";
 
   meta = with lib; {
     description = "Sweep some mines for fun, and probably not for profit";