about summary refs log tree commit diff
path: root/pkgs/applications/networking/trebleshot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/networking/trebleshot/default.nix')
-rw-r--r--pkgs/applications/networking/trebleshot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/trebleshot/default.nix b/pkgs/applications/networking/trebleshot/default.nix
index 56ebe1873ae61..82f91ddef8b48 100644
--- a/pkgs/applications/networking/trebleshot/default.nix
+++ b/pkgs/applications/networking/trebleshot/default.nix
@@ -10,7 +10,7 @@ mkDerivation rec {
   src = fetchFromGitHub {
     owner = "genonbeta";
     repo = "TrebleShot-Desktop";
-    rev = "${version}";
+    rev = version;
     sha256 = "1k8wagw6arsi1lqkhn1nl6j11mb122vi1qs0q2np6nznwfy7pn1k";
   };