mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
gnome-sudoku: 3.20.2 -> 3.20.4
This commit is contained in:
parent
975851d9b1
commit
0ee1b5eb5b
@ -1,10 +1,11 @@
|
||||
# Autogenerated by maintainers/scripts/gnome.sh update
|
||||
|
||||
fetchurl: {
|
||||
name = "gnome-sudoku-3.20.2";
|
||||
fetchurl: rec {
|
||||
major = "3.20";
|
||||
name = "gnome-sudoku-${major}.4";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://gnome/sources/gnome-sudoku/3.20/gnome-sudoku-3.20.2.tar.xz;
|
||||
sha256 = "9c7e737686e88c20e83ca366bfc0a20194b7fe4af7c74ab752d98f0af1df3553";
|
||||
url = "mirror://gnome/sources/gnome-sudoku/${major}/${name}.tar.xz";
|
||||
sha256 = "1hw6r0yfg60ynp4gxnqm6zrsklzn0d6lb88vybdbifzrlaww8xwh";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user