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
+2 -2
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;
};