hyprdim: 2.2.4 -> 2.2.5

This commit is contained in:
Donovan Glover 2024-05-05 13:57:15 -04:00
parent 0810c18b22
commit ebe32d6a21
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 3 additions and 1221 deletions

File diff suppressed because it is too large Load Diff

View File

@ -8,21 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "hyprdim";
version = "2.2.4";
version = "2.2.5";
src = fetchFromGitHub {
owner = "donovanglover";
repo = "hyprdim";
rev = version;
hash = "sha256-XRaBrn8gnXyMiCf3UQvdZGnZ//YMUivfVg0IoZF5F88=";
hash = "sha256-EWZnimLLV879FiZUax1YK5ML/Qz4qt29rJWn5uoKtqw=";
};
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"hyprland-0.3.13" = "sha256-gjShmFcECdX0/t7mL035l9e9OzZuJqX0Ueozv38l03g=";
};
};
cargoHash = "sha256-V4Z3PKavxfQm7zSoTyoWtxpc8yuuGPemO4OdadQEVdg=";
nativeBuildInputs = [ installShellFiles ];