about summary refs log tree commit diff
path: root/pkgs/applications/audio/rofi-pulse-select
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-07-02 14:39:50 -0400
committerfigsoda <figsoda@pm.me>2023-07-02 14:39:50 -0400
commit50acc2d57a8f589e030379d60c1d657537f325e0 (patch)
tree93ad4050b9df77bb04bbc773d13d1f50c60d34fe /pkgs/applications/audio/rofi-pulse-select
parent3cf540aa1482ff74d89d46063b6f33a2050bbf04 (diff)
pkgs/applications: replace "${version}" with version
Diffstat (limited to 'pkgs/applications/audio/rofi-pulse-select')
-rw-r--r--pkgs/applications/audio/rofi-pulse-select/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/rofi-pulse-select/default.nix b/pkgs/applications/audio/rofi-pulse-select/default.nix
index f4f70a9d1c332..0664a6c2c4d70 100644
--- a/pkgs/applications/audio/rofi-pulse-select/default.nix
+++ b/pkgs/applications/audio/rofi-pulse-select/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   src = fetchFromGitLab {
     owner = "DamienCassou";
     repo = pname;
-    rev = "${version}";
+    rev = version;
     sha256 = "1405v0bh2m8ip9c23l95i8iq2gfrpanc6f4dz17nysdcff2ay2p3";
   };