brogue-ce: 1.15 -> 1.15.1

This commit is contained in:
R. Ryantm
2026-02-17 11:27:51 +00:00
parent 5df18a3c8a
commit 7cea979918
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "brogue-ce";
version = "1.15";
version = "1.15.1";
src = fetchFromGitHub {
owner = "tmewett";
repo = "BrogueCE";
rev = "v${finalAttrs.version}";
hash = "sha256-NZp40tPNyO85J6pduV/X79cfUYAAUH7wySlg1IgT4f4=";
hash = "sha256-a+gzaBhQq9xgEVM20X+pbu7xzUcKzylxYk9qu9GQOAw=";
};
postPatch = ''