Skip to content

Commit

Permalink
lepton: 1.2.1 → 2019-08-20
Browse files Browse the repository at this point in the history
(cherry picked from commit b48a451)
  • Loading branch information
artemist authored and marsam committed Jun 21, 2020
1 parent 6a99d5d commit 210d7a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/tools/graphics/lepton/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, git, glibc }:

stdenv.mkDerivation rec {
version = "1.2.1";
pname = "lepton";
version = "2019-08-20";
pname = "lepton-unstable";

src = fetchFromGitHub {
repo = "lepton";
owner = "dropbox";
rev = version;
sha256 = "1f2vyp0crj4yw27bs53vykf2fqk4w57gv3lh9dp89dh3y7wwh1ba";
rev = "3d1bc19da9f13a6e817938afd0f61a81110be4da";
sha256 = "0aqs6nvcbq8cbfv8699fa634bsz7csmk0169n069yvv17d1c07fd";
};

nativeBuildInputs = [ cmake git ];
Expand Down

0 comments on commit 210d7a1

Please sign in to comment.