mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
resumed: 3.0.1 -> 4.0.0
This commit is contained in:
parent
9446a5d8da
commit
f353a3c621
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
buildNpmPackage rec {
|
buildNpmPackage rec {
|
||||||
pname = "resumed";
|
pname = "resumed";
|
||||||
version = "3.0.1";
|
version = "4.0.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rbardini";
|
owner = "rbardini";
|
||||||
repo = "resumed";
|
repo = "resumed";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-X1efWl0CjbEbhNfDUNvb5SCc2exfI8v95gzqcaKU5eU=";
|
hash = "sha256-XaEK41UBKUldjRlxTzc42K/RwZ9D8kueU/6dm8n1W1U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-b8NeO0w2UH1wEifDCkl8L48LoJM0jLStE0fO9G438dU=";
|
npmDepsHash = "sha256-r0wq1KGZA5b4eIQsp+dz8Inw8AQA62BK7vgfYlViIrY=";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Lightweight JSON Resume builder, no-frills alternative to resume-cli";
|
description = "Lightweight JSON Resume builder, no-frills alternative to resume-cli";
|
||||||
|
Loading…
Reference in New Issue
Block a user