about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-02-13 11:26:40 +0000
committerMaxine Aubrey <max@ine.dev>2024-04-22 21:08:50 +0200
commit99404bce0f22686475c52190c955f96207208d5c (patch)
tree14acb4a705811b6dbef65cc818c6202573dbceab
parentf8152d1d1755cf3af4dc632ea1d754e2bcca7f3a (diff)
gnome.lightsoff: 40.0.1 → 46.0
https://gitlab.gnome.org/GNOME/lightsoff/-/compare/40.0.1...46.0

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
-rw-r--r--pkgs/desktops/gnome/games/lightsoff/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/gnome/games/lightsoff/default.nix b/pkgs/desktops/gnome/games/lightsoff/default.nix
index 52b2cec7e105a..65bc22e51f6e4 100644
--- a/pkgs/desktops/gnome/games/lightsoff/default.nix
+++ b/pkgs/desktops/gnome/games/lightsoff/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   pname = "lightsoff";
-  version = "40.0.1";
+  version = "46.0";
 
   src = fetchurl {
     url = "mirror://gnome/sources/lightsoff/${lib.versions.major version}/${pname}-${version}.tar.xz";
-    sha256 = "1aziy64g15bm83zfn3ifs20z9yvscdvsxbx132xnq77i0r3qvlxc";
+    hash = "sha256-ZysVMuBkX64C8oN6ltU57c/Uw7pPcuWR3HP+R567i5I=";
   };
 
   nativeBuildInputs = [