Skip to content

Commit fb0ea04

Browse files
committed
hyprshell: 4.2.13 -> 4.5.0
1 parent 7d53d06 commit fb0ea04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/hy/hyprshell/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
rustPlatform.buildRustPackage (finalAttrs: {
1313
pname = "hyprshell";
14-
version = "4.2.13";
14+
version = "4.5.0";
1515

1616
src = fetchFromGitHub {
1717
owner = "H3rmt";
1818
repo = "hyprshell";
1919
tag = "v${finalAttrs.version}";
20-
hash = "sha256-OgIeNlD2YcW5lWAQvqMvOphIxbIpGOL2WNQmtAGCsbQ=";
20+
hash = "sha256-AfOG2MCHRp/p894mJhCRRGTLd+DpWKAp3Epf5dR7S/E=";
2121
};
2222

2323
useFetchCargoVendor = true;
24-
cargoHash = "sha256-/f1AzpuzhVLeSbemgpXkh/ag33bsRMg3lrRPKVGOcK8=";
24+
cargoHash = "sha256-+yjqbTPmfqXGJ85J2+Muhe2/mL1UyBi2XdafY9Mp+Os=";
2525

2626
nativeBuildInputs = [
2727
wrapGAppsHook4

0 commit comments

Comments
 (0)