Unverified Commit c379deb3 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

minesweep-rs: 6.0.35 -> 6.0.39
parents 4df5cbb1 743b1ec2
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.35";
  version = "6.0.39";

  src = fetchFromGitHub {
    owner = "cpcloud";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-IxyryBWU4NULjcQtUXHel533JosAmp0d0w/+Ntl2aT0=";
    hash = "sha256-gV+16gxXfogHFFAXz/aG+D/uaXbZTgVjYK24QQizQ0c=";
  };

  cargoHash = "sha256-BGjxZxT7iypvhusyx6K4yvK1S7j4WlvoSTkb79d/H1s=";
  cargoHash = "sha256-D6HnpXxixmVugbjr5pMYZiVeGLgje41k3n3xic6Ecps=";

  meta = with lib; {
    description = "Sweep some mines for fun, and probably not for profit";