gnome-sudoku: 50.1 → 50.2.1

https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/50.1...50.2.1
(cherry picked from commit d307681706)
This commit is contained in:
Bobby Rong 2026-06-27 10:40:37 +00:00 committed by github-actions[bot]
commit 7ec59be127

View file

@ -23,11 +23,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "gnome-sudoku";
version = "50.1";
version = "50.2.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-sudoku/${lib.versions.major finalAttrs.version}/gnome-sudoku-${finalAttrs.version}.tar.xz";
hash = "sha256-CwbJd37Ns1oPzZLRZJZCVJ3oFmKfSJ9dkzMVo03Me+I=";
hash = "sha256-ZKtGEAg+eMiV4T4C/pUHj5f44DwKj6h83EKFv3KzO58=";
};
nativeBuildInputs = [