Commit f7a8f767 authored by R. RyanTM's avatar R. RyanTM
Browse files

libgsf: 1.14.51 -> 1.14.52

parent 7f90b56e
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 = ''