boomerang: be less verbose/explicit, save for problematic upstream

Co-Authored-By: Jon <jonringer@users.noreply.github.com>
This commit is contained in:
Will Dietz 2019-10-24 01:03:20 -05:00 committed by GitHub
parent 225053845b
commit 472832f19c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ mkDerivation rec {
src = fetchFromGitHub {
owner = "BoomerangDecompiler";
repo = pname;
rev = "refs/tags/v${version}";
rev = "v${version}";
sha256 = "046ba4km8c31kbnllx05nbqhjmk7bpi56d3n8md8bsr98nj21a2j";
};