Skip to content

Commit

Permalink
Merge pull request #11607 from prikhi/update-pencil
Browse files Browse the repository at this point in the history
pencil: v2.0.14 -> v2.0.15
  • Loading branch information
bjornfor committed Dec 10, 2015
2 parents bc8d08a + bd5ad56 commit 248cbef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/applications/graphics/pencil/default.nix
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{ stdenv, fetchurl, makeWrapper, xulrunner }:

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

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

sha256 = "be338558b613f51506337a2c7c80f209e8644656c2925f41c294e2872feabc3b";
};

buildPhase = "";
Expand Down

0 comments on commit 248cbef

Please sign in to comment.