brogue-ce: 1.14.1 -> 1.15

This commit is contained in:
R. Ryantm
2026-02-10 00:28:47 +00:00
parent 41711138bb
commit c0c3ff771d
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brogue-ce";
version = "1.14.1";
version = "1.15";
src = fetchFromGitHub {
owner = "tmewett";
repo = "BrogueCE";
rev = "v${finalAttrs.version}";
hash = "sha256-habmfq1jZa70eggLOgsPT6j1OGmmQ6qmWcCwRN2G4Fo=";
hash = "sha256-NZp40tPNyO85J6pduV/X79cfUYAAUH7wySlg1IgT4f4=";
};
postPatch = ''