about summary refs log tree commit diff
path: root/pkgs/applications/terminal-emulators
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-11-11 18:01:13 +0000
committerGitHub <noreply@github.com>2021-11-11 18:01:13 +0000
commitf2d72714321af3de5bf635e76fef21ab87a25f96 (patch)
tree91c04e4c9e8eec29b02ff4bfb9d3637ba37bfb4e /pkgs/applications/terminal-emulators
parentc5b522e35113b09577dbef8b8ed4ad3f970d823e (diff)
parentac359cc654f84b0c5299a8e485c3147eca1c1585 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/terminal-emulators')
-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 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";
   };