about summary refs log tree commit diff
path: root/pkgs/applications/emulators/cdemu/daemon.nix
diff options
context:
space:
mode:
authorHerwig Hochleitner <herwig@bendlas.net>2024-05-15 11:40:11 +0200
committerHerwig Hochleitner <herwig@bendlas.net>2024-05-15 13:27:45 +0200
commit90bbb562d316b357325d827f3f0d8fc45be8d9ea (patch)
treea89a5d2403b9d1f96d2af81ad3383b8c5698ae09 /pkgs/applications/emulators/cdemu/daemon.nix
parentdb4f375bd01e91f49907018317bcb8ec895ae83b (diff)
cdemu: use hash instead of sha256
Diffstat (limited to 'pkgs/applications/emulators/cdemu/daemon.nix')
-rw-r--r--pkgs/applications/emulators/cdemu/daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/emulators/cdemu/daemon.nix b/pkgs/applications/emulators/cdemu/daemon.nix
index 19a9cf3954a6d..e11f019c906f9 100644
--- a/pkgs/applications/emulators/cdemu/daemon.nix
+++ b/pkgs/applications/emulators/cdemu/daemon.nix
@@ -2,7 +2,7 @@
 callPackage ./base.nix {
   version = "3.2.6";
   pname = "cdemu-daemon";
-  sha256 = "sha256-puQE4+91xhRuNjVPZYgN/WO0uO8fVAOdxQWOGQ+FfY8=";
+  hash = "sha256-puQE4+91xhRuNjVPZYgN/WO0uO8fVAOdxQWOGQ+FfY8=";
   nativeBuildInputs = [ intltool ];
   buildInputs = [ glib libao libmirage ];
   extraDrvParams.postInstall = ''