Unverified Commit 6d5aa7e1 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #286839 from r-ryantm/auto-update/libgsf

libgsf: 1.14.51 -> 1.14.52
parents 7cdd5573 f7a8f767
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

stdenv.mkDerivation rec {
  pname = "libgsf";
  version = "1.14.51";
  version = "1.14.52";

  outputs = [ "out" "dev" ];

@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
    owner = "GNOME";
    repo = "libgsf";
    rev = "LIBGSF_${lib.replaceStrings ["."] ["_"] version}";
    hash = "sha256-iJcfR+iy1bbRkh+yCAEhY5ks8V6vXIPH7namZSvP98c=";
    hash = "sha256-uSi2/pZiST07YutU8SHNoY2LifEQhohQeyaH9spyG2s=";
  };

  postPatch = ''