Skip to content

Commit

Permalink
yodl: 3.08.01 -> 3.08.02
Browse files Browse the repository at this point in the history
  • Loading branch information
pSub committed Feb 9, 2017
1 parent 386ecdc commit b6cc6bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkgs/development/tools/misc/yodl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

stdenv.mkDerivation rec {
name = "yodl-${version}";
version = "3.08.01";
version = "3.08.02";

buildInputs = [ perl icmake ];
nativeBuildInputs = [ icmake ];

buildInputs = [ perl ];

src = fetchFromGitHub {
sha256 = "0sks4phdy8qf6lmbjardrk0gl4v7crr4vjdgwpkkc8d5lzvcx7j5";
sha256 = "0z4pjrl4bq03fxc50c9h0bnc90vqn5c2dy830mjyzjrn1ms3i003";
rev = version;
repo = "yodl";
owner = "fbb-git";
Expand Down

0 comments on commit b6cc6bd

Please sign in to comment.