Skip to content

Commit

Permalink
resources: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justinas committed Jun 5, 2024
1 parent 57610d2 commit 4ae38ee
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 @@ -19,19 +19,19 @@

stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.3.0";
version = "1.4.0";

src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-57GsxLxnaQ9o3Dux2fTNWUmhOMs6waYvtV6260CM5fo=";
hash = "sha256-Udl5DY68AeysYoXVlQQ0cIv3EHOtdqkW1nmGRYXaT8Y=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-bHzijXjvbmYltNHevhddz5TCYKg2OMRn+Icb77F18XU=";
hash = "sha256-XvCnYBl0pCtJ4vXuQxqBlTVMIiFNQiNabHhqaxq8AdM=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 4ae38ee

Please sign in to comment.