Skip to content

Commit

Permalink
Merge pull request #326468 from r-ryantm/auto-update/rippkgs
Browse files Browse the repository at this point in the history
rippkgs: 1.1.0 -> 1.1.1
  • Loading branch information
NickCao authored Jul 12, 2024
2 parents 724fe78 + 3303c1f commit 1a02d3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ri/rippkgs/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

rustPlatform.buildRustPackage rec {
pname = "rippkgs";
version = "1.1.0";
version = "1.1.1";

src = fetchFromGitHub {
owner = "replit";
repo = "rippkgs";
rev = "refs/tags/v${version}";
hash = "sha256-qQZnD9meczfsQv1R68IiUfPq730I2IyesurrOhtA3es=";
hash = "sha256-k50q78ycjrFVFTDstTdOLF8aJjsUpQ3lFRbFD1nL8xM=";
};

cargoHash = "sha256-hGSHgJ2HVCNqTBsTQIZlSE89FKqdMifuJyAGl3utF2I=";
cargoHash = "sha256-EQvIJXIQ6UrevNkhqMZddUde+6iNBcBTOaanimZNkaA=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit 1a02d3c

Please sign in to comment.