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:
parent
1c3215f4a6
commit
50e60fa5cb
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue