gnome-tour: 44.0 → 45.0
https://gitlab.gnome.org/GNOME/gnome-tour/-/compare/44.0...45.0 Cargo.toml and meson.build changes look okay. Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com> Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
parent
b7b3fc5b68
commit
2f620b16e7
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-tour";
|
||||
version = "44.0";
|
||||
version = "45.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-Bt52d90cWQ0OozoDLJzPTDfGK8ViFbgjyHnkLuYwwrY=";
|
||||
hash = "sha256-W+S470uPTV7KzMMQSNtuCFqPe/+tqghDuOiniP8dre4=";
|
||||
};
|
||||
|
||||
cargoVendorDir = "vendor";
|
||||
|
|
Loading…
Reference in a new issue