Skip to content

Commit

Permalink
resources: 1.6.0 -> 1.7.0 (#362143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksanaa authored Dec 6, 2024
2 parents a355132 + 485abf9 commit c2dc40e
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.6.0";
version = "1.7.0";

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

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-zliLpmunlxRsWv9N8AswVoRqcNy5PuI5NzNjaXyTiGk=";
hash = "sha256-vIqtKJxKQ/mHFcB6IxfX27Lk2ID/W+M4hQnPB/aExa4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c2dc40e

Please sign in to comment.