0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

resources: 1.7.1 -> 1.8.0 (#395835)

This commit is contained in:
Peder Bergebakken Sundt 2025-04-08 01:38:03 +02:00 committed by GitHub
commit 1db1e6b271
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,19 +22,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "resources";
version = "1.7.1";
version = "1.8.0";
src = fetchFromGitHub {
owner = "nokyan";
repo = "resources";
tag = "v${finalAttrs.version}";
hash = "sha256-SHawaH09+mDovFiznZ+ZkUgUbv5tQGcXBgUGrdetOcA=";
hash = "sha256-z4ZVj/nS4n3oqENSK87YJ8sQRnqK7c4tWzKHUD0Qw2s=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
name = "resources-${finalAttrs.version}";
hash = "sha256-zqCqbQAUAIhjntX4gcV1aoJwjozZFlF7Sr49w7uIgaI=";
inherit (finalAttrs) pname version src;
hash = "sha256-jHdEiK3nu9mN2A6biHq9Iu4bSniD74hGnKFBTt5xVDM=";
};
nativeBuildInputs = [