We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents adc3ad6 + a8760e7 commit 8fe7936Copy full SHA for 8fe7936
pkgs/by-name/re/resumed/package.nix
@@ -6,16 +6,16 @@
6
7
buildNpmPackage rec {
8
pname = "resumed";
9
- version = "4.0.0";
+ version = "4.1.0";
10
11
src = fetchFromGitHub {
12
owner = "rbardini";
13
repo = "resumed";
14
rev = "v${version}";
15
- hash = "sha256-XaEK41UBKUldjRlxTzc42K/RwZ9D8kueU/6dm8n1W1U=";
+ hash = "sha256-kDv6kOVY8IfztmLeby2NgB5q0DtP1ajMselvr1EDQJ8=";
16
};
17
18
- npmDepsHash = "sha256-r0wq1KGZA5b4eIQsp+dz8Inw8AQA62BK7vgfYlViIrY=";
+ npmDepsHash = "sha256-7Wdf8NaizgIExeX+Kc8wn5f20al0bnxRpFoPy6p40jw=";
19
20
meta = with lib; {
21
description = "Lightweight JSON Resume builder, no-frills alternative to resume-cli";
0 commit comments