about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-09 08:31:12 +0200
committerGitHub <noreply@github.com>2024-04-09 08:31:12 +0200
commit2f2387453d3a136312357d3b611cb8008c4d63a4 (patch)
treed57f9ef22e859cc96c7ffcc02773e7a6794a5188
parent2e89652774f4c990e089d171377a59e70dbf828c (diff)
parent52fe9650a9c0d82901a75f7b198bf1679fce2f36 (diff)
Merge pull request #302441 from r-ryantm/auto-update/gramps
gramps: 5.2.1 -> 5.2.2
-rw-r--r--pkgs/applications/misc/gramps/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/gramps/default.nix b/pkgs/applications/misc/gramps/default.nix
index e4bf463ac4a30..fdfcfe4ce3160 100644
--- a/pkgs/applications/misc/gramps/default.nix
+++ b/pkgs/applications/misc/gramps/default.nix
@@ -23,7 +23,7 @@ let
   inherit (pythonPackages) buildPythonApplication pythonOlder;
 in
 buildPythonApplication rec {
-  version = "5.2.1";
+  version = "5.2.2";
   pname = "gramps";
   pyproject = true;
 
@@ -32,8 +32,8 @@ buildPythonApplication rec {
   src = fetchFromGitHub {
     owner = "gramps-project";
     repo = "gramps";
-    rev = "v${version}";
-    hash = "sha256-KgUc6AFLVFf3SYpjY/le0g4jNhGe4gpYcnkDEIZ/gxQ=";
+    rev = "refs/tags/v${version}";
+    hash = "sha256-umyc5G4p0GSEQEtq6sPUgtq1waNL1OW7iLxnf5dGcLc=";
   };
 
   patches = [