Skip to content

Commit

Permalink
[Backport release-24.05] libgsf: 1.14.52 -> 1.14.53 (#347193)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr authored Oct 8, 2024
2 parents 1bfbbbe + d75eef6 commit b5c4e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libgsf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

outputs = [ "out" "dev" ];

Expand All @@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
owner = "GNOME";
repo = "libgsf";
rev = "LIBGSF_${lib.replaceStrings ["."] ["_"] version}";
hash = "sha256-uSi2/pZiST07YutU8SHNoY2LifEQhohQeyaH9spyG2s=";
hash = "sha256-vC/6QEoV6FvFxQ0YlMkBbTmAtqbkvgZf+9BU8epi8yo=";
};

postPatch = ''
Expand Down

0 comments on commit b5c4e15

Please sign in to comment.