Commit 8f244c7b9988

Vincent Demeester <vincent@sbr.pm>
2026-01-29 16:17:00
chore(pkgs): update lazypr, gh-pr, cliphist-cleanup to latest x
Update all packages depending on github.com/vdemeester/x to commit 231e1c6 which includes lazypr auto-detect, filtering flags, and scroll fixes. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 12743cd
Changed files (3)
pkgs
cliphist-cleanup
gh-pr
lazypr
pkgs/cliphist-cleanup/default.nix
@@ -11,11 +11,11 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "vdemeester";
     repo = "x";
-    rev = "be677194b497b7610395f9f269418224a9ad999d";
-    hash = "sha256-AfmqSrI7XicmM+tiAvB6bcAR4HHbQmxqeTTEyEXgdng=";
+    rev = "231e1c6b9fc6bcc27145d1393dc3a79caae4a739";
+    hash = "sha256-EUmTHIKolDIuprqg2h+FilMiTCFwa9m6TH+MD32ruGQ=";
   };
 
-  vendorHash = "sha256-hocnLCzWN8srQcO3BMNkd2lt0m54Qe7sqAhUxVZlz1k=";
+  vendorHash = "sha256-pVSP2SAXlmdxKl0DPPYzYoooex8b0XPA9rZwIyAkh1o=";
 
   # Build only the cliphist-cleanup command
   subPackages = [ "cmd/cliphist-cleanup" ];
pkgs/gh-pr/default.nix
@@ -16,11 +16,11 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "vdemeester";
     repo = "x";
-    rev = "b6a0923d827a562731a4a88ef505331205f8bead";
-    hash = "sha256-qhgL79lIg3ohf8EawiTUd9B5Ntk8uBsX1iXcyVmAnBY=";
+    rev = "231e1c6b9fc6bcc27145d1393dc3a79caae4a739";
+    hash = "sha256-EUmTHIKolDIuprqg2h+FilMiTCFwa9m6TH+MD32ruGQ=";
   };
 
-  vendorHash = "sha256-hocnLCzWN8srQcO3BMNkd2lt0m54Qe7sqAhUxVZlz1k=";
+  vendorHash = "sha256-pVSP2SAXlmdxKl0DPPYzYoooex8b0XPA9rZwIyAkh1o=";
 
   nativeBuildInputs = [
     makeWrapper
pkgs/lazypr/default.nix
@@ -13,8 +13,8 @@ buildGoModule rec {
   src = fetchFromGitHub {
     owner = "vdemeester";
     repo = "x";
-    rev = "f30d1d8509ea1edb168990afa1cc84b70f9dcf65";
-    hash = "sha256-ZLjklKwa9LVMyX8Wl/wJBW+uikyCE8d1Wy7IEHjoPck=";
+    rev = "231e1c6b9fc6bcc27145d1393dc3a79caae4a739";
+    hash = "sha256-EUmTHIKolDIuprqg2h+FilMiTCFwa9m6TH+MD32ruGQ=";
   };
 
   vendorHash = "sha256-pVSP2SAXlmdxKl0DPPYzYoooex8b0XPA9rZwIyAkh1o=";