nixpkgs: 2025-06-01 -> 2025-06-03
This commit is contained in:
@@ -29,15 +29,15 @@ let
|
||||
(pkgs.fetchpatch {
|
||||
# so that i can open applications via the xdg-desktop-portal instead of by having rofi launch them directly.
|
||||
# N.B.: since 1.7.6, rofi is able to dbus-activate applications as well
|
||||
url = "https://git.uninsane.org/colin/rofi/commit/395eb111e5e39f819e4642b4b33bb293c3cadb9d.patch";
|
||||
url = "https://git.uninsane.org/colin/rofi/commit/81e9d6ca1f7c5367752a81e39d30908a3e8e65cf.patch";
|
||||
name = "run-{shell-,}command: expand `{app_id}` inside the template string";
|
||||
hash = "sha256-XH6ytT1nhmQ8YUoBR/CfMhDORsaO/jNYiYF4jpshIX4=";
|
||||
hash = "sha256-g7802EDxt/iOLTslhzKaYpy0bDUeHCo7yacRJnF/1/o=";
|
||||
})
|
||||
(pkgs.fetchpatch {
|
||||
# workaround for <https://github.com/davatorium/rofi/issues/1954>
|
||||
# which was only ever fixed for the *recursive* file browser.
|
||||
# maintainer doesn't want to `stat` in non-recursive file browser yet; defer patching until filebrowser is made to be async
|
||||
url = "https://git.uninsane.org/colin/rofi/commit/3016e229e199c04e305c51bbee54892c7b4eb778.patch";
|
||||
url = "https://git.uninsane.org/colin/rofi/commit/ede969e9ce4b549ad0b28cfb36f9e5a156114d70.patch";
|
||||
name = "filebrowser: include entries of d_type DT_UNKNOWN";
|
||||
hash = "sha256-gz3N4uo7IWzzqaPHHVhby/e9NbtzcFJRQwgdNYxO/Yw=";
|
||||
})
|
||||
|
@@ -14,8 +14,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "8db339422848add5d2488e5014095e99d3651237";
|
||||
sha256 = "sha256-TjetIWW+HEnbS1LZNg6rxbdGLSR1tzyCD1Ev0pZnLpY=";
|
||||
version = "unstable-2025-06-01";
|
||||
rev = "dfb9f35d792f9b2144359a9a9242bd02355c39f6";
|
||||
sha256 = "sha256-GOR7BiE6AL8mJvY4NGjt0zwMFu8SHrB8adbGl0WD/eE=";
|
||||
version = "unstable-2025-06-03";
|
||||
branch = "master";
|
||||
}
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "de21898231b3bd7c69fed83406d22a6bfc05f141";
|
||||
sha256 = "sha256-u98CZlVl0r9Emqf9SJa07yI6dsE2j6e1T55X9No8BxQ=";
|
||||
version = "unstable-2025-06-01";
|
||||
rev = "f5096bbfa6f9c328b31c06461f0df9b3ba9dabc9";
|
||||
sha256 = "sha256-s3qOW8sFHPh3S06hnCi8QwJreoLAMfQ7D36VCozB9yw=";
|
||||
version = "unstable-2025-06-02";
|
||||
branch = "staging-next";
|
||||
}
|
||||
|
@@ -2,8 +2,8 @@
|
||||
mkNixpkgs ? import ./mkNixpkgs.nix {},
|
||||
}:
|
||||
mkNixpkgs {
|
||||
rev = "85aef920e6978fc0e86084b0fc927d442ae853ee";
|
||||
sha256 = "sha256-nVDlhWj9fFEiPoOk/K8c26CCvo0lUt106r11hEpiIz4=";
|
||||
version = "unstable-2025-06-01";
|
||||
rev = "4d8b4225b562d20d57474a30b03c1604aa9c10fc";
|
||||
sha256 = "sha256-BHIL3YxiQIKw/UYGbgFXRFH7wfEHYbMWhwY3nBQLbRA=";
|
||||
version = "unstable-2025-06-02";
|
||||
branch = "staging";
|
||||
}
|
||||
|
Reference in New Issue
Block a user