about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2023-01-30 08:24:42 +0100
committerVincent Laporte <Vincent.Laporte@gmail.com>2023-01-30 10:00:41 +0100
commitffe1ba89853cee12c75cf98f620022a758fc7818 (patch)
treebaa36d94c3f07313aa391ea3122c52655e656067
parent663c41affd45f58c45363fbb440705cadc258ff4 (diff)
alt-ergo: fix src URL
-rw-r--r--pkgs/applications/science/logic/alt-ergo/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/science/logic/alt-ergo/default.nix b/pkgs/applications/science/logic/alt-ergo/default.nix
index 7077d56f8069b..75288b5ff80bf 100644
--- a/pkgs/applications/science/logic/alt-ergo/default.nix
+++ b/pkgs/applications/science/logic/alt-ergo/default.nix
@@ -9,8 +9,8 @@ let
   src = fetchFromGitHub {
     owner = "OCamlPro";
     repo = pname;
-    rev = version;
-    sha256 = "sha256-8pJ/1UAbheQaLFs5Uubmmf5D0oFJiPxF6e2WTZgRyAc=";
+    rev = "refs/tags/${version}";
+    hash = "sha256-8pJ/1UAbheQaLFs5Uubmmf5D0oFJiPxF6e2WTZgRyAc=";
   };
 in