about summary refs log tree commit diff
path: root/pkgs/games/wyvern/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/wyvern/default.nix')
-rw-r--r--pkgs/games/wyvern/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/wyvern/default.nix b/pkgs/games/wyvern/default.nix
index 4723a6c52fa7b..dcf81bc0985fa 100644
--- a/pkgs/games/wyvern/default.nix
+++ b/pkgs/games/wyvern/default.nix
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
 
   src = fetchgit {
     url = "https://git.sr.ht/~nicohman/wyvern";
-    rev = "${version}";
+    rev = version;
     sha256 = "1sl3yhash1527amc8rs4374fd7jbgnkyy7qpw94ms2gs80sdv3s5";
   };
   cargoPatches = [ ./cargo-lock.patch ];