chocolate-doom: 3.1.0 -> 3.1.1
This commit is contained in:
parent
a05a770b95
commit
1d4a41f870
@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "chocolate-doom";
|
pname = "chocolate-doom";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "chocolate-doom";
|
owner = "chocolate-doom";
|
||||||
repo = "chocolate-doom";
|
repo = "chocolate-doom";
|
||||||
tag = "chocolate-doom-${finalAttrs.version}";
|
tag = "chocolate-doom-${finalAttrs.version}";
|
||||||
hash = "sha256-yDPfqCuzRbDhOQisIDAGo2bmmMjT+0lds5xc9C2pqoU=";
|
hash = "sha256-wa4wxz70mxP41bNxWYD1EyxBGfyRoxEMPaoupvaK+XY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user