Skip to content

Commit

Permalink
Merge pull request #53408 from frlan/Update/Geany/1.34.1
Browse files Browse the repository at this point in the history
Geany: 1.34 -> 1.34.1
  • Loading branch information
Mic92 committed Jan 5, 2019
2 parents 3b15224 + 6acde26 commit e36c93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/geany/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
with stdenv.lib;

let
version = "1.34";
version = "1.34.1";
in

stdenv.mkDerivation rec {
name = "geany-${version}";

src = fetchurl {
url = "https://download.geany.org/${name}.tar.bz2";
sha256 = "63b93d25d037eaffa77895ae6dd29c91bca570e4053eff5cc8490f87e6021f8e";
sha256 = "e765efd89e759defe3fd797d8a2052afbb4b23522efbcc72e3a72b7f1093ec11";
};

nativeBuildInputs = [ pkgconfig intltool libintl ];
Expand Down

0 comments on commit e36c93b

Please sign in to comment.