summary refs log tree commit diff
path: root/pkgs/applications/misc/electrum-grs
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2022-03-01 08:44:36 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-03-02 10:20:57 -0800
commita0148164d616667a9e7705dde9c97af92234d817 (patch)
tree615d0397116e84b3b78c7269ef77f48d832abcc0 /pkgs/applications/misc/electrum-grs
parent863e8630df64e986730651b2f14302da16ca71e4 (diff)
electrum-grs: fix src
Diffstat (limited to 'pkgs/applications/misc/electrum-grs')
-rw-r--r--pkgs/applications/misc/electrum-grs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/electrum-grs/default.nix b/pkgs/applications/misc/electrum-grs/default.nix
index 412aec97ae582..c8fb9f84ad190 100644
--- a/pkgs/applications/misc/electrum-grs/default.nix
+++ b/pkgs/applications/misc/electrum-grs/default.nix
@@ -42,7 +42,7 @@ python3.pkgs.buildPythonApplication {
   src = fetchFromGitHub {
     owner = "Groestlcoin";
     repo = "electrum-grs";
-    rev = "v${version}";
+    rev = "refs/tags/v${version}";
     sha256 = "0wvbjj80r1zxpz24adkicxsdjnv3nciga6rl1wfmky463w03rca2";
   };