Skip to content

Commit 8fe7936

Browse files
authored
resumed: 4.0.0 -> 4.1.0 (#377472)
2 parents adc3ad6 + a8760e7 commit 8fe7936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/resumed/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildNpmPackage rec {
88
pname = "resumed";
9-
version = "4.0.0";
9+
version = "4.1.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "rbardini";
1313
repo = "resumed";
1414
rev = "v${version}";
15-
hash = "sha256-XaEK41UBKUldjRlxTzc42K/RwZ9D8kueU/6dm8n1W1U=";
15+
hash = "sha256-kDv6kOVY8IfztmLeby2NgB5q0DtP1ajMselvr1EDQJ8=";
1616
};
1717

18-
npmDepsHash = "sha256-r0wq1KGZA5b4eIQsp+dz8Inw8AQA62BK7vgfYlViIrY=";
18+
npmDepsHash = "sha256-7Wdf8NaizgIExeX+Kc8wn5f20al0bnxRpFoPy6p40jw=";
1919

2020
meta = with lib; {
2121
description = "Lightweight JSON Resume builder, no-frills alternative to resume-cli";

0 commit comments

Comments
 (0)