about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-05 13:06:38 -0500
committerGitHub <noreply@github.com>2020-01-05 13:06:38 -0500
commit0b56c6c7c00ee61296acb0757dda19736dc11d4d (patch)
tree7ab024e65d935fcf9354e35c97da36a95d3a4423
parent2e8fc97dbfacc1178ae846ab31210539f7a958f0 (diff)
parent8cc7acddda4156f961b5f36a5336e24753c8645f (diff)
Merge pull request #76933 from royneary/git-bug-0.6.0
gitAndTools.git-bug: 0.5.0 -> 0.6.0
-rw-r--r--pkgs/applications/version-management/git-and-tools/git-bug/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git-bug/default.nix b/pkgs/applications/version-management/git-and-tools/git-bug/default.nix
index edc5f9d7bfb0a..fa3970c4b1581 100644
--- a/pkgs/applications/version-management/git-and-tools/git-bug/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git-bug/default.nix
@@ -2,15 +2,15 @@
 
 buildGoPackage rec {
   pname = "git-bug";
-  version = "0.5.0";
-  rev = "8d7a2c076a38c89085fd3191a2998efb659650c2";
+  version = "0.6.0";
+  rev = "fc568209f073b9d775a09e0dbb8289cf9e5749bf";
   goPackagePath = "github.com/MichaelMure/git-bug";
 
   src = fetchFromGitHub {
     inherit rev;
     owner = "MichaelMure";
     repo = "git-bug";
-    sha256 = "1l86m0y360lmpmpw2id0k7zc2nyq1irr26k2ik06lxhzvpbyajz6";
+    sha256 = "1s18lzip52qpf52ad6m20j306mr16vnwhz9f7rirsa6b7srmcgli";
   };
 
   buildFlagsArray = ''