Skip to content

Commit

Permalink
xemu: 0.7.134 -> 0.7.135
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 27, 2024
1 parent 151c803 commit 71deedc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/xe/xemu/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "xemu";
version = "0.7.134";
version = "0.7.135";

src = fetchFromGitHub {
owner = "xemu-project";
repo = "xemu";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-HnTNd1+VDfzetstrsQs/CpyD9XzHQGj0O912I+ejJCE=";
hash = "sha256-lTZ5j5ULh4GFW4zlQy4l7e4zr8TEIvenGNC59O6G0Wg=";
};

nativeBuildInputs =
Expand Down

0 comments on commit 71deedc

Please sign in to comment.