gnome3.gnome-logs: 3.32.0 -> 3.32.1
https://download.gnome.org/sources/gnome-logs/3.32/gnome-logs-3.32.1.news
This commit is contained in:
parent
621fd9ff14
commit
49af4af1fe
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "gnome-logs-${version}";
|
||||
version = "3.32.0";
|
||||
version = "3.32.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/gnome-logs/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "1cn0ms24y9sg1kvhmk4mj7v9fi0n6ylyf11jjh4k81wfjsaah7w4";
|
||||
sha256 = "0hh3nnbq7q2xbflvaywanm0j3dqhb04ngphskhnjx2sg7px12068";
|
||||
};
|
||||
|
||||
mesonFlags = [
|
||||
|
|
Loading…
Reference in a new issue