about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJanik <80165193+Janik-Haag@users.noreply.github.com>2023-08-03 23:12:25 +0200
committerGitHub <noreply@github.com>2023-08-03 23:12:25 +0200
commitfef2dfa379a6fae356a589974e5266ff16b0573b (patch)
tree706826bafd4f8c860ddf5a1661e96511fc83ac0a /pkgs/applications
parent1a9739c1b139c973aa9b9e41eafa11b4aed6708a (diff)
parent53797ef1febdf868c3e27b430b193f5f24a6b604 (diff)
Merge pull request #246924 from aaronjheng/pop
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/pop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/pop/default.nix b/pkgs/applications/misc/pop/default.nix
index 52329034a0774..02ebcaa2fb960 100644
--- a/pkgs/applications/misc/pop/default.nix
+++ b/pkgs/applications/misc/pop/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "pop";
-  version = "0.1.0";
+  version = "0.2.0";
 
   src = fetchFromGitHub {
     owner = "charmbracelet";
     repo = "pop";
     rev = "v${version}";
-    sha256 = "VzSPQZfapB44hzGumy8JKe+v+n6af9fRSlAq1F7olCo=";
+    hash = "sha256-ZGJkpa1EIw3tt1Ww2HFFoYsnnmnSAiv86XEB5TPf4/k=";
   };
 
-  vendorSha256 = "VowqYygRKxpDJPfesJXBp00sBiHb57UMR/ZV//v7+90=";
+  vendorHash = "sha256-8YcJXvR0cdL9PlP74Qh6uN2XZoN16sz/yeeZlBsk5N8=";
 
   GOWORK = "off";