Merge pull request #333543 from donovanglover/bump-hyprnome

hyprnome: 0.3.0 -> 0.3.1

authored by Donovan Glover and committed by GitHub a663f5a0 cdb9fe5c

+3 -3
+3 -3
pkgs/by-name/hy/hyprnome/package.nix
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "hyprnome"; 11 - version = "0.3.0"; 12 13 src = fetchFromGitHub { 14 owner = "donovanglover"; 15 repo = "hyprnome"; 16 rev = version; 17 - hash = "sha256-J/gaAwydSA9fi2qZYrWLpodTltL56yG4VQ2YlIPKJ/U="; 18 }; 19 20 - cargoHash = "sha256-Fyst6rwpvVQoeWCOkJwpNuMcnp6Q+kAXtDg+fccTVNM="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "hyprnome"; 11 + version = "0.3.1"; 12 13 src = fetchFromGitHub { 14 owner = "donovanglover"; 15 repo = "hyprnome"; 16 rev = version; 17 + hash = "sha256-GZn7qS1J6QSanWdy17sMBbwJ77iMij2jKRgPdrjt6tM="; 18 }; 19 20 + cargoHash = "sha256-oxIZTp5ZJRUjXLpMw2nOnPHYHhHN03HWFRhBZ82Ac10="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23