gnome.gnome-calendar: 45.beta → 45.rc
https://gitlab.gnome.org/GNOME/gnome-calendar/-/compare/45.beta...45.rc NEWS and 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
39fca13eb0
commit
02b8e1e607
1 changed files with 2 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-calendar";
|
||||
version = "45.beta";
|
||||
version = "45.rc";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "mXMSqtx636LilvdmKs5n0+FSfkOEbzp5ktBbtjPPNdw=";
|
||||
sha256 = "oQNH0NeP+Df5fu/uZhCRgOooWJiwSY7feenM7zMoEAk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue