We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d53d06 commit fb0ea04Copy full SHA for fb0ea04
pkgs/by-name/hy/hyprshell/package.nix
@@ -11,17 +11,17 @@
11
12
rustPlatform.buildRustPackage (finalAttrs: {
13
pname = "hyprshell";
14
- version = "4.2.13";
+ version = "4.5.0";
15
16
src = fetchFromGitHub {
17
owner = "H3rmt";
18
repo = "hyprshell";
19
tag = "v${finalAttrs.version}";
20
- hash = "sha256-OgIeNlD2YcW5lWAQvqMvOphIxbIpGOL2WNQmtAGCsbQ=";
+ hash = "sha256-AfOG2MCHRp/p894mJhCRRGTLd+DpWKAp3Epf5dR7S/E=";
21
};
22
23
useFetchCargoVendor = true;
24
- cargoHash = "sha256-/f1AzpuzhVLeSbemgpXkh/ag33bsRMg3lrRPKVGOcK8=";
+ cargoHash = "sha256-+yjqbTPmfqXGJ85J2+Muhe2/mL1UyBi2XdafY9Mp+Os=";
25
26
nativeBuildInputs = [
27
wrapGAppsHook4
0 commit comments