summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators/tilix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-11 13:08:52 +0100
committerGitHub <noreply@github.com>2021-11-11 13:08:52 +0100
commit3c754c3b4561f455ce24f74163888815b9006620 (patch)
tree93e26e89d9ee4f108bb23101c6492336b54ca3de /pkgs/applications/terminal-emulators/tilix
parent52c1e6486e34b3ee3adf5dd52983afe9737f004a (diff)
downloadnixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar.gz
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar.bz2
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar.lz
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar.xz
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.tar.zst
nixpkgs-3c754c3b4561f455ce24f74163888815b9006620.zip
tilix: fix nixpkgs-review-checks suggestion
Diffstat (limited to 'pkgs/applications/terminal-emulators/tilix')
-rw-r--r--pkgs/applications/terminal-emulators/tilix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/terminal-emulators/tilix/default.nix b/pkgs/applications/terminal-emulators/tilix/default.nix
index a5c4b4574df..c217ae7f991 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";
   };