Unverified Commit df01f21f authored by Emily Trau's avatar Emily Trau Committed by GitHub
Browse files

Merge pull request #274834 from r-ryantm/auto-update/minesweep-rs

minesweep-rs: 6.0.39 -> 6.0.41
parents 934c255a 917af074
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";