feat(pkgs)!: update swww
to v0.9.5
This commit is contained in:
parent
6e0c2adc1c
commit
415005d26d
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "swww";
|
||||
version = "v0.8.0";
|
||||
version = "v0.9.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Horus645";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-0QJlZ8ht6niO+D+G6jO+Ggdgt/0VeO6gquCGL5lS6nM=";
|
||||
hash = "sha256-ldy9HhIsWdtTdvtRLV3qDT80oX646BI4Q+YX5wJXbsc=";
|
||||
};
|
||||
|
||||
cargoSha256 = "sha256-ZjFeKh9/kGI8EBVe99jGdLoeA1Pun4aYWwLyMwOJCrU=";
|
||||
|
|
Loading…
Reference in a new issue