gnome.gnome-sudoku: 43.0 → 43.1

https://gitlab.gnome.org/GNOME/gnome-sudoku/-/compare/43.0...43.1
This commit is contained in:
Bobby Rong 2023-01-28 04:25:36 +00:00
parent 2d63cc830e
commit 409a6fdef6
No known key found for this signature in database

View File

@ -20,11 +20,11 @@
stdenv.mkDerivation rec {
pname = "gnome-sudoku";
version = "43.0";
version = "43.1";
src = fetchurl {
url = "mirror://gnome/sources/gnome-sudoku/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "ftJ0KJz1ykELHJKxU3BQpcNi99szmaMrU0PQ3nBGbkk=";
sha256 = "we6/QJPzNrSJ+5HHMO2mcdpo7vZeYZehKYqVRseImZ8=";
};
nativeBuildInputs = [