gnome-connections: 44.rc → 44.0
https://gitlab.gnome.org/GNOME/connections/-/compare/44.rc...44.0 Changelog-Reviewed-By: Bobby Rong <rjl931189261@126.com>
This commit is contained in:
parent
3beee4dd11
commit
7244b02ff8
1 changed files with 2 additions and 2 deletions
|
@ -22,11 +22,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "gnome-connections";
|
||||
version = "44.rc";
|
||||
version = "44.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||
hash = "sha256-fnUP9gP5SEbo7RyPczemWOhix4epzUI3b0Bf2utQtPM=";
|
||||
hash = "sha256-NMemu/7Jqaz6nC0tukslFDHNcYdPjwVcX/JvJvQkQZk=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue