resources: 1.2.1 -> 1.3.0

This commit is contained in:
Maxine Aubrey 2024-01-05 16:03:19 +01:00
parent e11317b03a
commit 71c0dd30ae
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -19,19 +19,19 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "resources"; pname = "resources";
version = "1.2.1"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nokyan"; owner = "nokyan";
repo = "resources"; repo = "resources";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-OVz1vsmOtH/5sEuyl2BfDqG2/9D1HGtHA0FtPntKQT0="; hash = "sha256-57GsxLxnaQ9o3Dux2fTNWUmhOMs6waYvtV6260CM5fo=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src; inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}"; name = "resources-${finalAttrs.version}";
hash = "sha256-MNYKfvbLQPWm7MKS5zYGrc+aoC9WeU5FTftkCrogZg0="; hash = "sha256-bHzijXjvbmYltNHevhddz5TCYKg2OMRn+Icb77F18XU=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [