Commit a2c34585 authored by R. RyanTM's avatar R. RyanTM Committed by Francesco Gazzetta
Browse files

brogue-ce: 1.14 -> 1.14.1

parent 3e957b6c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "brogue-ce";
  version = "1.14";
  version = "1.14.1";

  src = fetchFromGitHub {
    owner = "tmewett";
    repo = "BrogueCE";
    rev = "v${finalAttrs.version}";
    hash = "sha256-cEPFujWBzm7CQWDVmrdiCMcj4rnweAldufWtkAjUA3c=";
    hash = "sha256-habmfq1jZa70eggLOgsPT6j1OGmmQ6qmWcCwRN2G4Fo=";
  };

  postPatch = ''