gnome.gnome-disk-utility: 42.rc → 42.0

https://gitlab.gnome.org/GNOME/gnome-disk-utility/-/compare/42.rc...42.0
This commit is contained in:
Jan Tojnar 2022-03-18 23:21:20 +00:00
parent 1c3215f4a6
commit 50e60fa5cb

View File

@ -27,11 +27,11 @@
stdenv.mkDerivation rec {
pname = "gnome-disk-utility";
version = "42.rc";
version = "42.0";
src = fetchurl {
url = "mirror://gnome/sources/gnome-disk-utility/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "sha256-09rOYmvYLkoPBeYuWU58noj/Dm+NVJngneyUyRnbu/c=";
sha256 = "sha256-G2VkRU1nQmMiyzv8WlVYZTv8ff7qKuCCWx0IYp8BCQs=";
};
nativeBuildInputs = [