mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
gnome-chess: 47.beta → 47.0
https://gitlab.gnome.org/GNOME/gnome-chess/-/compare/47.beta...47.0 Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
31913d1b82
commit
267ce312b9
@ -22,11 +22,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-chess";
|
||||
version = "47.beta";
|
||||
version = "47.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-chess/${lib.versions.major version}/gnome-chess-${version}.tar.xz";
|
||||
hash = "sha256-JIUP7lWMGLYm/iFYfgKTlfvYu3+pzpktMQ5kSJI1r6Y=";
|
||||
hash = "sha256-OkQ6LHiA5q0TG3Wt2AdO2+WYK3aruEKQT+PfnCxQ6H4=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user