Skip to content

Commit

Permalink
Revert "cdemu: update packages (#342549)"
Browse files Browse the repository at this point in the history
This reverts commit 366e562.
  • Loading branch information
dotlambda authored Sep 18, 2024
1 parent 366e562 commit 4e1e27e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/cdemu/daemon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
stdenv.mkDerivation {

inherit (callPackage ./common-drv-attrs.nix {
version = "3.2.7";
version = "3.2.6";
pname = "cdemu-daemon";
hash = "sha256-EKh2G6RA9Yq46BpTAqN2s6TpLJb8gwDuEpGiwdGcelc=";
hash = "sha256-puQE4+91xhRuNjVPZYgN/WO0uO8fVAOdxQWOGQ+FfY8=";
}) pname version src meta;

nativeBuildInputs = [ cmake pkg-config intltool ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/cdemu/libmirage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
stdenv.mkDerivation {

inherit (callPackage ./common-drv-attrs.nix {
version = "3.2.9";
version = "3.2.7";
pname = "libmirage";
hash = "sha256-JBd+wHSZRyRW1SZsaAaRO2dNUFkpwRCr3s1f39KyWIs=";
hash = "sha256-+okkgNeVS8yoKSrQDy4It7PiPlTSiOsUoFxQ1FS9s9M=";
}) pname version src meta;

PKG_CONFIG_GOBJECT_INTROSPECTION_1_0_GIRDIR = "${placeholder "out"}/share/gir-1.0";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/emulators/cdemu/vhba.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "vhba";
version = "20240917";
version = "20240202";

src = fetchurl {
url = "mirror://sourceforge/cdemu/vhba-module-${version}.tar.xz";
hash = "sha256-zjTLriw2zvjX0Jxfa9QtaHG5tTC7cLTKEA+WSCP+Dpg=";
hash = "sha256-v1hQ1Lj1AiHKh9c0OpKe2oexkfb1roxhQXRUO1ut3oM=";
};

makeFlags = kernel.makeFlags ++ [ "KDIR=${kernel.dev}/lib/modules/${kernel.modDirVersion}/build" "INSTALL_MOD_PATH=$(out)" ];
Expand Down

0 comments on commit 4e1e27e

Please sign in to comment.