brogue-ce: 1.12 -> 1.13

This commit is contained in:
R. Ryantm 2023-10-29 14:53:49 +00:00 committed by Francesco Gazzetta
parent f50dc9d753
commit 7b0a2b8d87

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "brogue-ce";
version = "1.12";
version = "1.13";
src = fetchFromGitHub {
owner = "tmewett";
repo = "BrogueCE";
rev = "v${version}";
hash = "sha256-bGAE0hRiKBo3ikyObGxAiPRRO24KtC+upO3XLj+f4yo=";
hash = "sha256-FUIdi1Ytn+INeD9550MW41qXtLb6in0QS3Snt8QaXUA=";
};
postPatch = ''