tilix: fix nixpkgs-review-checks suggestion

This commit is contained in:
Sandro 2021-11-11 13:08:52 +01:00 committed by GitHub
parent 52c1e6486e
commit 3c754c3b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "gnunn1";
repo = "tilix";
rev = "${version}";
rev = version;
sha256 = "sha256:020gr4q7kmqq8vnsh8rw97gf1p2n1yq4d7ncyjjh9l13zkaxqqv9";
};