Skip to content

Commit 8eb01a5

Browse files
authored
tuba: 0.9.1 -> 0.9.2 (#387570)
2 parents 3f7aa85 + aec2350 commit 8eb01a5

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)