mm-common: 1.0.5 → 1.0.6

https://gitlab.gnome.org/GNOME/mm-common/-/compare/1.0.5...1.0.6
This commit is contained in:
Bobby Rong 2024-01-09 13:43:09 +00:00
parent 10dad20577
commit 28c149e7ef
No known key found for this signature in database

View File

@ -10,11 +10,11 @@
stdenv.mkDerivation rec {
pname = "mm-common";
version = "1.0.5";
version = "1.0.6";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "cFxtKfQRaim95ONs/BsEbJK274xtrk6uyFAYdH5tpao=";
sha256 = "tVxGA3282rxc7js4nqEcw5EK22jr6IPpR3hHqmYIYuc=";
};
strictDeps = true;