From 3c754c3b4561f455ce24f74163888815b9006620 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 11 Nov 2021 13:08:52 +0100 Subject: tilix: fix nixpkgs-review-checks suggestion --- pkgs/applications/terminal-emulators/tilix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/applications/terminal-emulators') diff --git a/pkgs/applications/terminal-emulators/tilix/default.nix b/pkgs/applications/terminal-emulators/tilix/default.nix index a5c4b4574df38..c217ae7f991de 100644 --- a/pkgs/applications/terminal-emulators/tilix/default.nix +++ b/pkgs/applications/terminal-emulators/tilix/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { src = fetchFromGitHub { owner = "gnunn1"; repo = "tilix"; - rev = "${version}"; + rev = version; sha256 = "sha256:020gr4q7kmqq8vnsh8rw97gf1p2n1yq4d7ncyjjh9l13zkaxqqv9"; }; -- cgit 1.4.1