Skip to content

Commit

Permalink
jay: 1.4.0 -> 1.5.0 (NixOS#339003)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Sep 5, 2024
2 parents 43b6fef + 144afbc commit f961d28
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.4.0";
version = "1.5.0";

src = fetchFromGitHub {
owner = "mahkoh";
repo = pname;
rev = "v${version}";
sha256 = "sha256-iZTdhWHlorTAJTd3p2ZJbD5LRYkUmDAFjSEIR5E0JDI=";
sha256 = "sha256-cuXFkG2YwS0w4xzr7jpjr0QmVA5UJfk5SpjIQKxN/LY=";
};

cargoHash = "sha256-SEL7hpHcW+p49vFRedC1hDRZ/Vq9zMzMAACyyBXHwZM=";
cargoHash = "sha256-w3ARwQlehJq9uNSQmbUjiWik4a2W3Ax/6/BIsdDUfKM=";

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

Expand Down

0 comments on commit f961d28

Please sign in to comment.