Skip to content

Commit

Permalink
Merge pull request #121933 from lsix/zile-2.6.2
Browse files Browse the repository at this point in the history
zile: 2.6.1 -> 2.6.2
  • Loading branch information
AndersonTorres authored May 7, 2021
2 parents 8b7d34d + 5f9752b commit bd93086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/zile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

stdenv.mkDerivation rec {
pname = "zile";
version = "2.6.1";
version = "2.6.2";

src = fetchurl {
url = "mirror://gnu/zile/${pname}-${version}.tar.gz";
hash = "sha256-v7rN33aOORc6J0Z5JP5AmZCj6XvjYyoCl5hl+7mvAnc=";
hash = "sha256-d+t9r/PJi9yI2qGsBA3MynK4HcMvwxZuB53Xpj5Cx0E=";
};

buildInputs = [
Expand Down

0 comments on commit bd93086

Please sign in to comment.