about summary refs log tree commit diff
path: root/pkgs/games/cockatrice/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/cockatrice/default.nix')
-rw-r--r--pkgs/games/cockatrice/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/cockatrice/default.nix b/pkgs/games/cockatrice/default.nix
index 848bf2ab88515..ac31de4e4c241 100644
--- a/pkgs/games/cockatrice/default.nix
+++ b/pkgs/games/cockatrice/default.nix
@@ -9,7 +9,7 @@ mkDerivation rec {
   src = fetchFromGitHub {
     owner = "Cockatrice";
     repo = "Cockatrice";
-    rev = "${version}";
+    rev = version;
     sha256 = "1yaxm7q0ja3rgx197hh8ynjc6ncc4hm0qdn9v7f0l4fbv0bdpv34";
   };