Skip to content

Commit

Permalink
Merge pull request #116200 from dotlambda/libhandy-1.2.0
Browse files Browse the repository at this point in the history
libhandy: 1.0.3 -> 1.2.0
  • Loading branch information
jtojnar authored Mar 13, 2021
2 parents 35c5a6c + 00286f1 commit 4f6919d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libhandy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@

stdenv.mkDerivation rec {
pname = "libhandy";
version = "1.0.3";
version = "1.2.0";

outputs = [ "out" "dev" "devdoc" "glade" ];
outputBin = "dev";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "sha256-VZuzrMLDYkiJF+ty7SW9wYH0riaslNF3Y0zF00yGf3o=";
sha256 = "sha256-OfWQriCRDnb+HAYHsuvliXUPRWENau7Fww4u5gKiCyU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4f6919d

Please sign in to comment.