Merge pull request #220275 from r-ryantm/auto-update/xemu

xemu: 0.7.84 -> 0.7.85
This commit is contained in:
Nick Cao 2023-03-09 15:35:53 +08:00 committed by GitHub
commit 1b38f4041b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,13 +27,13 @@
stdenv.mkDerivation (self: {
pname = "xemu";
version = "0.7.84";
version = "0.7.85";
src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${self.version}";
hash = "sha256-pEXjwoQKbMmVNYCnh5nqP7k0acYOAp8SqxYZwPzVwDY=";
hash = "sha256-sVUkB2KegdKlHlqMvSwB1nLdJGun2x2x9HxtNHnpp1s=";
fetchSubmodules = true;
};