Skip to content

Commit

Permalink
jumpy: 0.5.1 -> 0.6.0 (#221921)
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored Mar 19, 2023
1 parent 8e3734e commit 880a65d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pkgs/games/jumpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@

rustPlatform.buildRustPackage rec {
pname = "jumpy";
version = "0.5.1";
version = "0.6.0";

src = fetchFromGitHub {
owner = "fishfolk";
repo = pname;
rev = "v${version}";
sha256 = "sha256-5hgd4t9ZKHmv8wzED7Tn+ykzUM0EbQqRX15HBHzXtJY=";
sha256 = "sha256-vBnHNc/kCyZ8gTWhQShn4lBQECguFBzBd7xIfLBgm7A=";
};

cargoSha256 = "sha256-cK5n75T+Kkd6F4q4MFZNn0R6W6Nk2/H23AGhIe2FCig=";
cargoSha256 = "sha256-ZnDerzDdCLjslszSn0z0BevP5qpkuYDCDLyv66+psdo=";

auditable = true; # TODO: remove when this is the default

Expand All @@ -49,9 +49,7 @@ rustPlatform.buildRustPackage rec {
rustPlatform.bindgenHook
];

postPatch = ''
touch ../$(stripHash $cargoDeps)/taffy/README.md
'';
cargoBuildFlags = [ "--bin" "jumpy" ];

postInstall = ''
mkdir $out/share
Expand Down

0 comments on commit 880a65d

Please sign in to comment.