summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2022-04-23 19:47:57 +0000
committerKira Bruneau <kira.bruneau@pm.me>2022-04-23 16:40:01 -0400
commit13977be6e9b157935c092bdbdbf41cf882c23afc (patch)
tree47948393a4f06b17d00bbe2f5e3fb403192b7be4 /pkgs/applications/version-management
parent40696c3e6f84d8ad6ed265541ef826c245fd5171 (diff)
downloadnixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar.gz
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar.bz2
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar.lz
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar.xz
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.tar.zst
nixpkgs-13977be6e9b157935c092bdbdbf41cf882c23afc.zip
git-review: 2.3.0 → 2.3.1
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-review/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/git-review/default.nix b/pkgs/applications/version-management/git-review/default.nix
index 37053b7f7a0..1eaedf218cd 100644
--- a/pkgs/applications/version-management/git-review/default.nix
+++ b/pkgs/applications/version-management/git-review/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonApplication rec {
   pname = "git-review";
-  version = "2.3.0";
+  version = "2.3.1";
 
   # Manually set version because prb wants to get it from the git
   # upstream repository (and we are installing from tarball instead)
@@ -20,7 +20,7 @@ buildPythonApplication rec {
     owner = "opendev";
     repo = pname;
     rev = version;
-    sha256 = "sha256-ENrv2jx59iNA/hALFg6+gOz8zxJaoiCwYcAh1xeEOR0=";
+    sha256 = "sha256-C8M4b/paHJB9geizc1eIhXsTuLeeS4dDisCfCQF1RuU=";
   };
 
   outputs = [ "out" "man" ];