Merge pull request #119395 from karolchmist/devilutionx-1.2.1

devilutionx: 1.2.0 -> 1.2.1
This commit is contained in:
Aaron Andersen 2021-04-15 16:21:23 -04:00 committed by GitHub
commit fb19505c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "devilutionx";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "diasurgical";
repo = "devilutionX";
rev = version;
sha256 = "034xkz0a7j2nba17mh44r0kamcblvykdwfsjvjwaz2mrcsmzkr9z";
sha256 = "sha256-PgYlNO1p78d0uiL474bDJOL++SxJfeBLK65czdaylHU=";
};
postPatch = ''