Skip to content

Commit

Permalink
Merge pull request #14 from Reputable2772/flake-update/38
Browse files Browse the repository at this point in the history
chore: update flake.lock & sources (2024-09-21)
  • Loading branch information
Reputable2772 authored Sep 22, 2024
2 parents 1260aa2 + e433586 commit 44e48d1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 59 deletions.
32 changes: 16 additions & 16 deletions _sources/generated.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"arr_scripts": {
"cargoLocks": null,
"date": "2024-09-09",
"date": "2024-09-16",
"extract": null,
"name": "arr_scripts",
"passthru": null,
Expand All @@ -13,15 +13,15 @@
"name": null,
"owner": "RandomNinjaAtk",
"repo": "arr-scripts",
"rev": "394c395fa6451771b5b64e7cba6edcea9bee6b9b",
"sha256": "sha256-fBUt5SOsOsnNiiLNtgyi7/hOInfTi1a0D7O8cIyg8xM=",
"rev": "ef8fc991dba53381c7a2c12fb844a31aa41c7e7b",
"sha256": "sha256-0h7Ab/wZBSTD2x0xfIiFz4yixH0TD4VzD+cu0RT7GVg=",
"type": "github"
},
"version": "394c395fa6451771b5b64e7cba6edcea9bee6b9b"
"version": "ef8fc991dba53381c7a2c12fb844a31aa41c7e7b"
},
"bottom_catppuccin": {
"cargoLocks": null,
"date": "2024-08-09",
"date": "2024-09-17",
"extract": null,
"name": "bottom_catppuccin",
"passthru": null,
Expand All @@ -33,15 +33,15 @@
"name": null,
"owner": "catppuccin",
"repo": "bottom",
"rev": "f33104ec5be6cdde0559c2560f85130e48e10cff",
"sha256": "sha256-Ew2yryQFJRICy3RbtQnLMR5pphXPZp1PtaFVxAL2Eu4=",
"rev": "ed09bd5a5dd78d83acdc8ff5fdec40a6340ed1c2",
"sha256": "sha256-Vi438I+YVvoD2xzq2t9hJ9R3a+2TlDdbakjFYFtjtXQ=",
"type": "github"
},
"version": "f33104ec5be6cdde0559c2560f85130e48e10cff"
"version": "ed09bd5a5dd78d83acdc8ff5fdec40a6340ed1c2"
},
"calibre_catppuccin": {
"cargoLocks": null,
"date": "2024-05-10",
"date": "2024-09-14",
"extract": null,
"name": "calibre_catppuccin",
"passthru": null,
Expand All @@ -53,11 +53,11 @@
"name": null,
"owner": "catppuccin",
"repo": "calibre",
"rev": "c0cea844e74b6ffb346969839f8548f96fcde14d",
"sha256": "sha256-/Ipm3V6AJrqugg3Er6u1wriOF8NOmdFdSc2bKRfLvV0=",
"rev": "27bd12d2d8dcd24b9ce7cae32135fbd41b896921",
"sha256": "sha256-JnovYvkIjQXHMFWsmAYIKiA1aexDI3+IkuwwpRdMIcs=",
"type": "github"
},
"version": "c0cea844e74b6ffb346969839f8548f96fcde14d"
"version": "27bd12d2d8dcd24b9ce7cae32135fbd41b896921"
},
"catppuccin_zsh_syntax_highlighting": {
"cargoLocks": null,
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"fastfetch": {
"cargoLocks": null,
"date": "2024-09-14",
"date": "2024-09-21",
"extract": null,
"name": "fastfetch",
"passthru": null,
Expand All @@ -113,11 +113,11 @@
"name": null,
"owner": "fastfetch-cli",
"repo": "fastfetch",
"rev": "3381062ab9e32bb062732cf6aecf4c1f99b73b4d",
"sha256": "sha256-DrgNYTiOcP8fxm8JNMvuKivzADFVBc2b/IeDjbsPEds=",
"rev": "005d660d77a4a217c0cc46167197ea80a762c9c4",
"sha256": "sha256-C9Mv0Sou9pts8496gx+gITNVDeHcwSTevAmlKCYlLVE=",
"type": "github"
},
"version": "3381062ab9e32bb062732cf6aecf4c1f99b73b4d"
"version": "005d660d77a4a217c0cc46167197ea80a762c9c4"
},
"filen": {
"cargoLocks": null,
Expand Down
32 changes: 16 additions & 16 deletions _sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,39 @@
{
arr_scripts = {
pname = "arr_scripts";
version = "394c395fa6451771b5b64e7cba6edcea9bee6b9b";
version = "ef8fc991dba53381c7a2c12fb844a31aa41c7e7b";
src = fetchFromGitHub {
owner = "RandomNinjaAtk";
repo = "arr-scripts";
rev = "394c395fa6451771b5b64e7cba6edcea9bee6b9b";
rev = "ef8fc991dba53381c7a2c12fb844a31aa41c7e7b";
fetchSubmodules = false;
sha256 = "sha256-fBUt5SOsOsnNiiLNtgyi7/hOInfTi1a0D7O8cIyg8xM=";
sha256 = "sha256-0h7Ab/wZBSTD2x0xfIiFz4yixH0TD4VzD+cu0RT7GVg=";
};
date = "2024-09-09";
date = "2024-09-16";
};
bottom_catppuccin = {
pname = "bottom_catppuccin";
version = "f33104ec5be6cdde0559c2560f85130e48e10cff";
version = "ed09bd5a5dd78d83acdc8ff5fdec40a6340ed1c2";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "bottom";
rev = "f33104ec5be6cdde0559c2560f85130e48e10cff";
rev = "ed09bd5a5dd78d83acdc8ff5fdec40a6340ed1c2";
fetchSubmodules = false;
sha256 = "sha256-Ew2yryQFJRICy3RbtQnLMR5pphXPZp1PtaFVxAL2Eu4=";
sha256 = "sha256-Vi438I+YVvoD2xzq2t9hJ9R3a+2TlDdbakjFYFtjtXQ=";
};
date = "2024-08-09";
date = "2024-09-17";
};
calibre_catppuccin = {
pname = "calibre_catppuccin";
version = "c0cea844e74b6ffb346969839f8548f96fcde14d";
version = "27bd12d2d8dcd24b9ce7cae32135fbd41b896921";
src = fetchFromGitHub {
owner = "catppuccin";
repo = "calibre";
rev = "c0cea844e74b6ffb346969839f8548f96fcde14d";
rev = "27bd12d2d8dcd24b9ce7cae32135fbd41b896921";
fetchSubmodules = false;
sha256 = "sha256-/Ipm3V6AJrqugg3Er6u1wriOF8NOmdFdSc2bKRfLvV0=";
sha256 = "sha256-JnovYvkIjQXHMFWsmAYIKiA1aexDI3+IkuwwpRdMIcs=";
};
date = "2024-05-10";
date = "2024-09-14";
};
catppuccin_zsh_syntax_highlighting = {
pname = "catppuccin_zsh_syntax_highlighting";
Expand Down Expand Up @@ -63,15 +63,15 @@
};
fastfetch = {
pname = "fastfetch";
version = "3381062ab9e32bb062732cf6aecf4c1f99b73b4d";
version = "005d660d77a4a217c0cc46167197ea80a762c9c4";
src = fetchFromGitHub {
owner = "fastfetch-cli";
repo = "fastfetch";
rev = "3381062ab9e32bb062732cf6aecf4c1f99b73b4d";
rev = "005d660d77a4a217c0cc46167197ea80a762c9c4";
fetchSubmodules = false;
sha256 = "sha256-DrgNYTiOcP8fxm8JNMvuKivzADFVBc2b/IeDjbsPEds=";
sha256 = "sha256-C9Mv0Sou9pts8496gx+gITNVDeHcwSTevAmlKCYlLVE=";
};
date = "2024-09-14";
date = "2024-09-21";
};
filen = {
pname = "filen";
Expand Down
54 changes: 27 additions & 27 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 44e48d1

Please sign in to comment.