Update pkgs/tools/wayland/swww/default.nix
Co-authored-by: Adam Stephens <2071575+adamcstephens@users.noreply.github.com>
This commit is contained in:
co-authored by
Adam Stephens
parent
a124a517b2
commit
2a5bf1fcdf
@@ -7,8 +7,8 @@ rustPlatform.buildRustPackage rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = "Horus645";
|
||||
repo = pname;
|
||||
rev = "v0.7.0";
|
||||
sha256 = "ofJTL+9izMmwENaEVYQ7rjpoEFR1J2szkJxzYb09N7g=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-ofJTL+9izMmwENaEVYQ7rjpoEFR1J2szkJxzYb09N7g=";
|
||||
};
|
||||
cargoSha256 = "sha256-ntulNQUQZ42CGvwnnQSMQsr/MDSNY/5/Aq2Ew9QItn8=";
|
||||
buildInputs = [ lz4 libxkbcommon ];
|
||||
|
||||
Reference in New Issue
Block a user