Merge pull request #184159 from r-ryantm/auto-update/z88dk

z88dk: 2.1 -> 2.2
This commit is contained in:
Jörg Thalheim 2022-07-31 09:47:11 +01:00 committed by GitHub
commit 9ebea32a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "z88dk";
version = "2.1";
version = "2.2";
src = fetchFromGitHub {
owner = "z88dk";
repo = "z88dk";
rev = "v${version}";
sha256 = "sha256-NgO8rbM31IX4nrJRU0p1DUafHPagMQepKLLoOLuGlT8=";
sha256 = "sha256-vf/hEmcl6R3nsc66G6eETNeW0SV/odk14XIpEPPAbKo=";
fetchSubmodules = true;
};