Skip to content

Commit

Permalink
Merge pull request NixOS#10402 from prikhi/update-pencil
Browse files Browse the repository at this point in the history
pencil: v2.0.13 -> v2.0.14
  • Loading branch information
pSub committed Oct 15, 2015
2 parents 60be029 + 01a9033 commit c62b4bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/pencil/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl, makeWrapper, xulrunner }:

stdenv.mkDerivation rec {
version = "2.0.13";
version = "2.0.14";
name = "pencil-${version}";

src = fetchurl {
url = "https://github.com/prikhi/pencil/releases/download/v${version}/Pencil-${version}-linux-pkg.tar.gz";
sha256 = "150jsaq27n01l0vf10jiyrlfm0canqhphdxi42di96b9zsfkphpk";
sha256 = "59f46db863e6d95ee6987e600d658ad4b58b03b0744c5c6d17ce04f5ae92d260";

};

Expand Down

0 comments on commit c62b4bc

Please sign in to comment.