gnome.hitori: 3.38.2 → 3.38.3

+2 -2
+2 -2
pkgs/desktops/gnome/games/hitori/default.nix
··· 18 19 stdenv.mkDerivation rec { 20 pname = "hitori"; 21 - version = "3.38.2"; 22 23 src = fetchurl { 24 url = "mirror://gnome/sources/hitori/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 25 - sha256 = "wmQ1cwN/ansW6SCK7e6GkQJvCBq6qhYJQu21LwkCnKw="; 26 }; 27 28 nativeBuildInputs = [
··· 18 19 stdenv.mkDerivation rec { 20 pname = "hitori"; 21 + version = "3.38.3"; 22 23 src = fetchurl { 24 url = "mirror://gnome/sources/hitori/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; 25 + sha256 = "99cQPLBjP7ATcwExqYw646IWK5+5SZ/H8ZUS1YG/ZWk="; 26 }; 27 28 nativeBuildInputs = [