tuba: 0.6.2 -> 0.6.3
This commit is contained in:
parent
8f2659f142
commit
f22d166271
1 changed files with 2 additions and 2 deletions
|
@ -27,12 +27,12 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "tuba";
|
pname = "tuba";
|
||||||
version = "0.6.2";
|
version = "0.6.3";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GeopJr";
|
owner = "GeopJr";
|
||||||
repo = "Tuba";
|
repo = "Tuba";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-SRK3I4sKJEaWBNs9VOs7Bhth/7gxybWpXJTn4DiQi6U=";
|
hash = "sha256-AdUXKiTMC/0R4RI9I9Y/x0mNwhtUEIBke4Mm9lu9CX8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue