mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
swww: 0.10.0-unstable-2025-05-27 -> 0.10.1
Changelog: https://github.com/LGFae/swww/releases/tag/v0.10.1
Diff: 800619eb70
...v0.10.1
This commit is contained in:
parent
9a66d538ae
commit
976e5cb464
1 changed files with 4 additions and 6 deletions
|
@ -13,19 +13,17 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "swww";
|
||||
version = "0.10.0-unstable-2025-05-27";
|
||||
version = "0.10.1";
|
||||
|
||||
# Fixes build for locating wayland.xml, go back to regular tagged releases at next version bump
|
||||
# https://codeberg.org/LGFae/waybackend/issues/2
|
||||
src = fetchFromGitHub {
|
||||
owner = "LGFae";
|
||||
repo = "swww";
|
||||
rev = "800619eb70c0f4293a5b449103f55a0a3cfe2963";
|
||||
hash = "sha256-zkw1r2mmICkplgXTyN6GckTy0XEBAEoz4H1VQuP8eMU=";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-HEocjIsij9k4NjcmI8YRW6yzrYh+i3XN9YkRTr5fzDE=";
|
||||
};
|
||||
|
||||
useFetchCargoVendor = true;
|
||||
cargoHash = "sha256-L2mbQJ0dAiB8+NOATnrPhVrjHvE5zjA1frhPbLUJ3sI=";
|
||||
cargoHash = "sha256-muWY99OtzG0AumbKpYoxNSjhXHYmkiwElVUdp2zE8a0=";
|
||||
|
||||
buildInputs = [
|
||||
lz4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue