libgsf: 1.14.55 -> 1.14.58

(cherry picked from commit fc130d9607)
This commit is contained in:
R. Ryantm
2026-05-03 07:54:24 +00:00
committed by github-actions[bot]
parent ad2b64f91c
commit 72e4c581f9

View File

@@ -20,7 +20,7 @@
stdenv.mkDerivation (finalAttrs: {
pname = "libgsf";
version = "1.14.55";
version = "1.14.58";
outputs = [
"out"
@@ -32,7 +32,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "GNOME";
repo = "libgsf";
tag = "LIBGSF_${lib.replaceString "." "_" finalAttrs.version}";
hash = "sha256-lx/FgF4X0aLtUFRaX69gX9J7w9ZlO0A1xoVg9Fgvtfo=";
hash = "sha256-0QQas3AsH46OOCSuezoBSeIQSilaenl50stpNwNJsKc=";
};
postPatch = ''