Skip to content

Commit aec2350

Browse files
committed
tuba: 0.9.1 -> 0.9.2
1 parent 0ce9de0 commit aec2350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tu/tuba/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636

3737
stdenv.mkDerivation rec {
3838
pname = "tuba";
39-
version = "0.9.1";
39+
version = "0.9.2";
4040

4141
src = fetchFromGitHub {
4242
owner = "GeopJr";
4343
repo = "Tuba";
4444
rev = "v${version}";
45-
hash = "sha256-ouS/aGfjTLd88nWc5lJwYJ20ukzuXE+b7uZ4eMEsdSk=";
45+
hash = "sha256-SQrk6zsn3zZQTIruqVfjzs5cNyT2pAvM8XNI8SmyFM0=";
4646
};
4747

4848
nativeBuildInputs = [

0 commit comments

Comments
 (0)