Merge pull request #302708 from donovanglover/hyprdim-update

hyprdim: 2.2.3 -> 2.2.4
This commit is contained in:
Nick Cao 2024-04-10 20:30:01 -04:00 committed by GitHub
commit 7439b139aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1221 additions and 3 deletions

1213
pkgs/by-name/hy/hyprdim/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

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