libglibutil: 1.0.71 -> 1.0.74

This commit is contained in:
R. Ryantm 2023-09-23 21:21:39 +00:00
parent 9155f8dc6e
commit e63296443c

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "libglibutil";
version = "1.0.71";
version = "1.0.74";
src = fetchFromGitHub {
owner = "sailfishos";
repo = pname;
rev = version;
sha256 = "sha256-I58XN1Ku5VVmxuTZ6yPm8jWGKscwLOhetWC+6B6EZRE=";
sha256 = "sha256-+nIB516XUPjfI3fHru48sU/5PYL/w14/sMK/B8FLflI=";
};
outputs = [ "out" "dev" ];