Merge pull request #333543 from donovanglover/bump-hyprnome

hyprnome: 0.3.0 -> 0.3.1
This commit is contained in:
Donovan Glover 2024-08-12 21:03:22 +00:00 committed by GitHub
commit a663f5a0c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "hyprnome"; pname = "hyprnome";
version = "0.3.0"; version = "0.3.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "donovanglover"; owner = "donovanglover";
repo = "hyprnome"; repo = "hyprnome";
rev = version; rev = version;
hash = "sha256-J/gaAwydSA9fi2qZYrWLpodTltL56yG4VQ2YlIPKJ/U="; hash = "sha256-GZn7qS1J6QSanWdy17sMBbwJ77iMij2jKRgPdrjt6tM=";
}; };
cargoHash = "sha256-Fyst6rwpvVQoeWCOkJwpNuMcnp6Q+kAXtDg+fccTVNM="; cargoHash = "sha256-oxIZTp5ZJRUjXLpMw2nOnPHYHhHN03HWFRhBZ82Ac10=";
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];