gnome-sudoku: 49.4 → 50.0

https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/49.4...50.0
This commit is contained in:
Bobby Rong
2026-05-06 23:03:29 +08:00
parent 23279c7f83
commit e15de196ff
+2 -2
View File
@@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-sudoku";
version = "49.4";
version = "50.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-sudoku/${lib.versions.major finalAttrs.version}/gnome-sudoku-${finalAttrs.version}.tar.xz";
hash = "sha256-nIzQZ6RSOHiq/zBHovvYb4izGYQkPw1CorHk8+ZFH1A=";
hash = "sha256-Ul/t/yh8g+P6c8WkdOGknw0Li1iOPesIyjQXcMeBQl0=";
};
nativeBuildInputs = [