mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
catppuccin-catwalk: 1.3.1 -> 1.3.2; change source
This commit is contained in:
parent
ed3e22b2cd
commit
2bc4392f0e
1 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,7 @@
|
|||
libwebp,
|
||||
}:
|
||||
let
|
||||
version = "1.3.1";
|
||||
version = "1.3.2";
|
||||
in
|
||||
rustPlatform.buildRustPackage {
|
||||
pname = "catppuccin-catwalk";
|
||||
|
@ -16,13 +16,12 @@ rustPlatform.buildRustPackage {
|
|||
|
||||
src = fetchFromGitHub {
|
||||
owner = "catppuccin";
|
||||
repo = "toolbox";
|
||||
rev = "refs/tags/catwalk-v${version}";
|
||||
hash = "sha256-Mk4Kv1EfaDiqLUa+aOPeoM4jFlKoUau+VuqmnazRgGI=";
|
||||
repo = "catwalk";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-Yj9xTQJ0eu3Ymi2R9fgYwBJO0V+4bN4MOxXCJGQ8NjU=";
|
||||
};
|
||||
|
||||
buildAndTestSubdir = "catwalk";
|
||||
cargoHash = "sha256-qxY8CUOl7fF4afJyFjGeOVk7GX/cewC/hAaJf6m5tfA=";
|
||||
cargoHash = "sha256-bx7AvzPoMJqPa+zcn139lH2zyF09EIz7FNHnh1g8wis=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
installShellFiles
|
||||
|
|
Loading…
Reference in a new issue