libhandy: 1.6.1 -> 1.6.2

https://gitlab.gnome.org/GNOME/libhandy/-/compare/1.6.1...1.6.2
This commit is contained in:
R. Ryantm 2022-04-23 06:50:50 +00:00 committed by Bobby Rong
parent f684f5a955
commit e93ac26f47
No known key found for this signature in database
GPG Key ID: ED07364437C91161

View File

@ -25,7 +25,7 @@
stdenv.mkDerivation rec {
pname = "libhandy";
version = "1.6.1";
version = "1.6.2";
outputs = [
"out"
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-bqsDhEBNVr0bH6BZ2aCBF3d49q4ID/whIPKGVsp0YqQ=";
sha256 = "sha256-f6iaqoeWa20PX0700+/a9lTisB6ix84r1wMB0fn0LKM=";
};
nativeBuildInputs = [