Merge pull request #156778 from willcohen/obb

obb: 0.0.1 -> 0.0.2
This commit is contained in:
Thiago Kenji Okada 2022-01-26 11:31:20 -03:00 committed by GitHub
commit 8fb76a2ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,13 @@
stdenv.mkDerivation rec {
pname = "obb";
version = "0.0.1";
version = "0.0.2";
src = fetchFromGitHub {
owner = "babashka";
repo = pname;
rev = "v${version}";
sha256 = "sha256-WxQjBg6el6XMiHTurmSo1GgZnTdaJjRmcV3+3X4yohc=";
sha256 = "1Gxh4IMtytQCuPS+BWOc5AgjEBxa43ebYfDsxLSPeY0=";
};
nativeBuildInputs = [ makeWrapper ];