Skip to content

Commit

Permalink
lasem: 0.4.3 -> 0.4.4
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/lasem/versions
  • Loading branch information
r-ryantm authored and FRidh committed Jun 23, 2019
1 parent cc3290d commit 1bb5f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/lasem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
pname = "lasem";
version = "0.4.3";
version = "0.4.4";

outputs = [ "bin" "out" "dev" "man" "doc" "devdoc" ];

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "13ym5pm2y3wk5hh9zb2535i3lnhnzyzs0na1knxwgvwxazwm1ng7";
sha256 = "0fds3fsx84ylsfvf55zp65y8xqjj5n8gbhcsk02vqglivk7izw4v";
};

nativeBuildInputs = [ pkgconfig intltool gobject-introspection ];
Expand Down

0 comments on commit 1bb5f19

Please sign in to comment.