summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-06-18 17:10:42 +0200
committerGitHub <noreply@github.com>2021-06-18 17:10:42 +0200
commit13fcfce0afa5581dff057cf5a53347231c80f011 (patch)
treef633b5fbbb0f4c11a116ec12aad39f11c5c0394e /pkgs/applications/version-management
parentbe6ddefcde3790908fdc33421c734e6ba11c433d (diff)
parent3ac01fa8510e050139c8ef8a747c04ee6177b93c (diff)
downloadnixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar.gz
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar.bz2
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar.lz
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar.xz
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.tar.zst
nixpkgs-13fcfce0afa5581dff057cf5a53347231c80f011.zip
Merge pull request #127228 from r-ryantm/auto-update/ghr
ghr: 0.13.0 -> 0.14.0
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/git-and-tools/ghr/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/ghr/default.nix b/pkgs/applications/version-management/git-and-tools/ghr/default.nix
index be6d64646a5..5570dbf1014 100644
--- a/pkgs/applications/version-management/git-and-tools/ghr/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/ghr/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "ghr";
-  version = "0.13.0";
+  version = "0.14.0";
 
   src = fetchFromGitHub {
     owner = "tcnksm";
     repo = "ghr";
     rev = "v${version}";
-    sha256 = "1nm5kdjkqayxh06j9nr5daic9sw9nx9w06y9gaqhdrw9byvjpr1a";
+    sha256 = "sha256-pF1TPvQLPa5BbXZ9rRCq7xWofXCBRa9CDgNxX/kaTMo=";
   };
 
-  vendorSha256 = "14avsngzhl1b8a05i43ph6sxh9vj0jls0acxr9j7r0h3f0vpamcj";
+  vendorSha256 = "sha256-+e9Q4Pw9pJyOXVz85KhOSuybj1PBcJi51fGR3a2Gixk=";
 
   # Tests require a Github API token, and networking
   doCheck = false;