feat(pkgs)!: update swww to v0.9.5

This commit is contained in:
reo101 2024-07-19 01:41:55 +03:00
parent 6e0c2adc1c
commit 415005d26d
Signed by: reo101
GPG key ID: 675AA7EF13964ACB

View file

@ -2,13 +2,13 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "swww"; pname = "swww";
version = "v0.8.0"; version = "v0.9.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Horus645"; owner = "Horus645";
repo = pname; repo = pname;
rev = version; rev = version;
hash = "sha256-0QJlZ8ht6niO+D+G6jO+Ggdgt/0VeO6gquCGL5lS6nM="; hash = "sha256-ldy9HhIsWdtTdvtRLV3qDT80oX646BI4Q+YX5wJXbsc=";
}; };
cargoSha256 = "sha256-ZjFeKh9/kGI8EBVe99jGdLoeA1Pun4aYWwLyMwOJCrU="; cargoSha256 = "sha256-ZjFeKh9/kGI8EBVe99jGdLoeA1Pun4aYWwLyMwOJCrU=";