Skip to content

Commit

Permalink
Merge pull request NixOS#336860 from r-ryantm/auto-update/resources
Browse files Browse the repository at this point in the history
resources: 1.5.1 -> 1.6.0
  • Loading branch information
nixpkgs-merge-bot[bot] authored Aug 24, 2024
2 parents 86edc27 + 3ac9184 commit eb0e6df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/re/resources/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.5.1";
version = "1.6.0";

src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-uzZCczayJ5C0TZznA2wjGNYF3nB6fh/rrBKvv9s3J5g=";
hash = "sha256-RYpPg9dEasHkXF2eHpeCze5j0FC1+9/J0e2lRw8AdKc=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-a0VdSNy8E7qen+6yFXuQBmYnDD/DMUgrZqJK6BJja60=";
hash = "sha256-zliLpmunlxRsWv9N8AswVoRqcNy5PuI5NzNjaXyTiGk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit eb0e6df

Please sign in to comment.