chocolate-doom: 3.1.0 -> 3.1.1

This commit is contained in:
R. Ryantm 2025-08-16 21:38:36 +00:00
parent a05a770b95
commit 1d4a41f870

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "chocolate-doom";
version = "3.1.0";
version = "3.1.1";
src = fetchFromGitHub {
owner = "chocolate-doom";
repo = "chocolate-doom";
tag = "chocolate-doom-${finalAttrs.version}";
hash = "sha256-yDPfqCuzRbDhOQisIDAGo2bmmMjT+0lds5xc9C2pqoU=";
hash = "sha256-wa4wxz70mxP41bNxWYD1EyxBGfyRoxEMPaoupvaK+XY=";
};
postPatch = ''