about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 18:04:46 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-24 18:04:46 +0200
commit224c1306b60cd122f686805b5f726a6bd5ddc216 (patch)
tree5c05027c94dab8adf3c5846e7d6b7260f04b5268 /pkgs
parentpkgs/yt: Add missing mold dependency (diff)
downloadnixos-config-224c1306b60cd122f686805b5f726a6bd5ddc216.zip
pkgs/i3bar-river: Update patch to it's newest version prime
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/i3/i3bar-river-patched/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/i3/i3bar-river-patched/package.nix b/pkgs/by-name/i3/i3bar-river-patched/package.nix
index 88af5d8a..a411fd32 100644
--- a/pkgs/by-name/i3/i3bar-river-patched/package.nix
+++ b/pkgs/by-name/i3/i3bar-river-patched/package.nix
@@ -34,7 +34,7 @@ rustPlatform.buildRustPackage {
     (fetchpatch2 {
       name = "Add support for special theme for unfocused outputs";
       url = "https://patch-diff.githubusercontent.com/raw/MaxVerevkin/i3bar-river/pull/44.patch";
-      hash = "sha256-yH3K52kAXGW19maP77gOTHSauqQX7Px8qCZDua6wo4w=";
+      hash = "sha256-HMNR/4Q2wDnqbN0ziXrG5DFeWgczOcw5AzLvGbJZKdo=";
     })
 
     # TODO(@bpeetz): Remove this patch once the rustc update hits unstable. <2025-05-20>