Skip to content

Commit

Permalink
Merge pull request NixOS#314587 from r-ryantm/auto-update/jay
Browse files Browse the repository at this point in the history
jay: 1.2.0 -> 1.3.0
  • Loading branch information
matthiasbeyer authored May 26, 2024
2 parents 2056a16 + 6abf602 commit 4ad492f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/window-managers/jay/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "jay";
version = "1.2.0";
version = "1.3.0";

src = fetchFromGitHub {
owner = "mahkoh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-cfX9KcXbBRIaYrR7c+aIQrg+mvLJIM1sEzJ0J7wshMU=";
sha256 = "sha256-D+dG0/MSC6LzGZBMNofU8WKVYvn52kNWunXExQPoOu8=";
};

cargoHash = "sha256-htAXhjCBOb8qTAAKdFqTaTSefJJTFlvEBYveOokyWjs=";
cargoHash = "sha256-WEEAFr5lemyOfeIKC9Pvr9sYMz8rLO6k1BFgbxXJ0Pk=";

SHADERC_LIB_DIR = "${lib.getLib shaderc}/lib";

Expand Down

0 comments on commit 4ad492f

Please sign in to comment.