Skip to content

Commit

Permalink
sources.nix: Update
Browse files Browse the repository at this point in the history
ohmyzsh: 668ca3a32dae5ff5d164fc3be565f1e2ece248db → 0fabd5f22f4e0378b09c92607789fdb17cab3c20
firefox-ui-fix: f976adba196501dc0c8c9f4182ce4440a9bc1781 → 42598b088b62632d42c4ccf56b58414a6982f62e
  • Loading branch information
TLATER committed May 11, 2024
1 parent d783973 commit d6de59b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions pkgs/_sources/generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"firefox-ui-fix": {
"cargoLocks": null,
"date": "2024-04-29",
"date": "2024-05-06",
"extract": null,
"name": "firefox-ui-fix",
"passthru": null,
Expand All @@ -68,11 +68,11 @@
"name": null,
"owner": "black7375",
"repo": "Firefox-UI-Fix",
"rev": "f976adba196501dc0c8c9f4182ce4440a9bc1781",
"sha256": "sha256-OP+gD4sJWfGSjZu2yGkkWct7A0YqVcwE+EmNDixAVGs=",
"rev": "42598b088b62632d42c4ccf56b58414a6982f62e",
"sha256": "sha256-ZNR1Qwu2LYZ5PQzClmL9HF2Lv/tzQ1n25QCdYzczCqk=",
"type": "github"
},
"version": "f976adba196501dc0c8c9f4182ce4440a9bc1781"
"version": "42598b088b62632d42c4ccf56b58414a6982f62e"
},
"gauth": {
"cargoLocks": null,
Expand Down Expand Up @@ -116,7 +116,7 @@
},
"ohmyzsh": {
"cargoLocks": null,
"date": "2024-05-03",
"date": "2024-05-10",
"extract": null,
"name": "ohmyzsh",
"passthru": null,
Expand All @@ -128,11 +128,11 @@
"name": null,
"owner": "ohmyzsh",
"repo": "ohmyzsh",
"rev": "668ca3a32dae5ff5d164fc3be565f1e2ece248db",
"sha256": "sha256-Rpqfwfs2MxNtSI5rX7XNx0oXExDgf7RAGR7nN8JAayY=",
"rev": "0fabd5f22f4e0378b09c92607789fdb17cab3c20",
"sha256": "sha256-BFHUIN9r+beUQfR2jeZJXFoNk3O6PjYPkE4MPlK0uAQ=",
"type": "github"
},
"version": "668ca3a32dae5ff5d164fc3be565f1e2ece248db"
"version": "0fabd5f22f4e0378b09c92607789fdb17cab3c20"
},
"phosphor-icons": {
"cargoLocks": null,
Expand Down
16 changes: 8 additions & 8 deletions pkgs/_sources/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@
};
firefox-ui-fix = {
pname = "firefox-ui-fix";
version = "f976adba196501dc0c8c9f4182ce4440a9bc1781";
version = "42598b088b62632d42c4ccf56b58414a6982f62e";
src = fetchFromGitHub {
owner = "black7375";
repo = "Firefox-UI-Fix";
rev = "f976adba196501dc0c8c9f4182ce4440a9bc1781";
rev = "42598b088b62632d42c4ccf56b58414a6982f62e";
fetchSubmodules = false;
sha256 = "sha256-OP+gD4sJWfGSjZu2yGkkWct7A0YqVcwE+EmNDixAVGs=";
sha256 = "sha256-ZNR1Qwu2LYZ5PQzClmL9HF2Lv/tzQ1n25QCdYzczCqk=";
};
date = "2024-04-29";
date = "2024-05-06";
};
gauth = {
pname = "gauth";
Expand All @@ -67,15 +67,15 @@
};
ohmyzsh = {
pname = "ohmyzsh";
version = "668ca3a32dae5ff5d164fc3be565f1e2ece248db";
version = "0fabd5f22f4e0378b09c92607789fdb17cab3c20";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "668ca3a32dae5ff5d164fc3be565f1e2ece248db";
rev = "0fabd5f22f4e0378b09c92607789fdb17cab3c20";
fetchSubmodules = false;
sha256 = "sha256-Rpqfwfs2MxNtSI5rX7XNx0oXExDgf7RAGR7nN8JAayY=";
sha256 = "sha256-BFHUIN9r+beUQfR2jeZJXFoNk3O6PjYPkE4MPlK0uAQ=";
};
date = "2024-05-03";
date = "2024-05-10";
};
phosphor-icons = {
pname = "phosphor-icons";
Expand Down

0 comments on commit d6de59b

Please sign in to comment.