Unverified Commit 82ba0a3b authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

hyprshell: 4.8.3 -> 4.9.2 (#477585)

parents 9c88f751 1c44d485
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,16 +13,16 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "hyprshell";
  version = "4.8.3";
  version = "4.9.2";

  src = fetchFromGitHub {
    owner = "H3rmt";
    repo = "hyprshell";
    tag = "v${finalAttrs.version}";
    hash = "sha256-MO3v5YTVRGp0k0WNZSmal2e9Un9EBCsKwl3NL5PyJUI=";
    hash = "sha256-1nt+/cAtIsS/3O790W2aMUuPiMV6JEjC334Sw0SD804=";
  };

  cargoHash = "sha256-4XlyVuePqB9hBNNOjnipA2FVJJwP/7dJR594o8u1rNQ=";
  cargoHash = "sha256-WnmK7eUjXqNUWXeaXqloYeRSp/uvg8QoYbcotm5uEt4=";

  nativeBuildInputs = [
    wrapGAppsHook4