about summary refs log tree commit diff
path: root/pkgs/by-name/xe
diff options
context:
space:
mode:
authorR. Ryantm2024-08-21 16:31:19 +0000
committerR. Ryantm2024-08-21 16:31:19 +0000
commit9dadc1dc124a942150ac7e053253fdd18bac7181 (patch)
tree841a104a7d54148ca2ab587952557a7b759c5179 /pkgs/by-name/xe
parent625941e1a958b43c0a6c76075e74d851fd48c65a (diff)
xemu: 0.7.131 -> 0.7.132
Diffstat (limited to 'pkgs/by-name/xe')
-rw-r--r--pkgs/by-name/xe/xemu/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/xe/xemu/package.nix b/pkgs/by-name/xe/xemu/package.nix
index 2d4ed56d9564..fc4f9086b3a4 100644
--- a/pkgs/by-name/xe/xemu/package.nix
+++ b/pkgs/by-name/xe/xemu/package.nix
@@ -27,14 +27,14 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "xemu";
-  version = "0.7.131";
+  version = "0.7.132";
 
   src = fetchFromGitHub {
     owner = "xemu-project";
     repo = "xemu";
     rev = "v${finalAttrs.version}";
     fetchSubmodules = true;
-    hash = "sha256-xupCEqTovrEA7qEEr9nBjO7iIbTeXv59cg99W6Nc/54=";
+    hash = "sha256-C9g2IXuI2eQjt04viat0ESOTeKCvQ3CUdjLpZ92NFDs=";
   };
 
   nativeBuildInputs =