Unverified Commit 3149d7cf authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

hyperrogue: 13.1c -> 13.1e (#439151)

parents e05078ef 555133dd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hyperrogue";
  version = "13.1c";
  version = "13.1e";

  src = fetchFromGitHub {
    owner = "zenorogue";
    repo = "hyperrogue";
    tag = "v${finalAttrs.version}";
    sha256 = "sha256-OkLi1FCxlm+bdjF5YC0kgfbSSjdh5wN1LTOcp6vqCuw=";
    sha256 = "sha256-teoSI6JrqDAkyNhVaIVZcfM93LxjQah0+eJFKfI5iP4=";
  };

  env = {