yodl: 3.05.01 -> 3.06.00
This commit is contained in:
parent
1d947ed4bf
commit
26a6b4b58d
@ -1,13 +1,13 @@
|
|||||||
{ stdenv, fetchFromGitHub, perl, icmake, utillinux }:
|
{ stdenv, fetchFromGitHub, perl, icmake, utillinux }:
|
||||||
|
|
||||||
let version = "3.05.01"; in
|
stdenv.mkDerivation rec {
|
||||||
stdenv.mkDerivation {
|
|
||||||
name = "yodl-${version}";
|
name = "yodl-${version}";
|
||||||
|
version = "3.06.00";
|
||||||
|
|
||||||
buildInputs = [ perl icmake ];
|
buildInputs = [ perl icmake ];
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "02vbayvnz5p0055456i8kc8qxywkhn7agfrx1kwxaalbsnrd4g9h";
|
sha256 = "03n03bxc5lh3v9yzdikqrzzdvrna8zf98mlg2dhnn5z5sb5jhyzc";
|
||||||
rev = version;
|
rev = version;
|
||||||
repo = "yodl";
|
repo = "yodl";
|
||||||
owner = "fbb-git";
|
owner = "fbb-git";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user