Skip to content

Commit

Permalink
cubiomes-viewer: 4.0.1 -> 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent 8ab1d55 commit 68af0e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cubiomes-viewer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

stdenv.mkDerivation rec {
pname = "cubiomes-viewer";
version = "4.0.1";
version = "4.1.0";

src = fetchFromGitHub {
owner = "Cubitect";
repo = pname;
rev = version;
hash = "sha256-UUvNSTM98r8D/Q+/pPTXwGzW4Sl1qhgem4WsFRfybuo=";
hash = "sha256-ORTFddzVGKXpy5V6zXJgCnwLwn/8cWKklpcoHkc6u34=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 68af0e8

Please sign in to comment.