about summary refs log tree commit diff
path: root/pkgs/tools/X11/caffeine-ng/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/caffeine-ng/default.nix')
-rw-r--r--pkgs/tools/X11/caffeine-ng/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/caffeine-ng/default.nix b/pkgs/tools/X11/caffeine-ng/default.nix
index 480f4b6e36e9e..7e99dd19b8014 100644
--- a/pkgs/tools/X11/caffeine-ng/default.nix
+++ b/pkgs/tools/X11/caffeine-ng/default.nix
@@ -26,7 +26,7 @@ python3Packages.buildPythonApplication rec {
     owner = "WhyNotHugo";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-uYzLRZ+6ZgIwhSuJWRBpLYHgonX7sFXgUZid0V26V0Q=";
+    hash = "sha256-uYzLRZ+6ZgIwhSuJWRBpLYHgonX7sFXgUZid0V26V0Q=";
   };
 
   nativeBuildInputs = [ gobject-introspection meson ninja pkg-config wrapGAppsHook3 ];