nitter: 0-unstable-2024-02-26 -> 0-unstable-2025-02-25
Guest account support was merged into the main branch, therefore the updater and source now follow the main branch.
This commit is contained in:
parent
1e5b653dff
commit
9b5f2fec89
@ -16,12 +16,12 @@
|
||||
"packages": [
|
||||
"dotenv"
|
||||
],
|
||||
"path": "/nix/store/9hxi0hvds11agbmpaha8zp1bgzf7vypv-source",
|
||||
"ref": "2.0.1",
|
||||
"rev": "48315332fe79ffce87c81b9d0bec992ba19b6966",
|
||||
"sha256": "08y8xvpiqk75v0hxhgbhxfbxz7l95vavh1lv8kxkid8rb9p92zr4",
|
||||
"path": "/nix/store/jkf2p6sp0506crd1awpq2x98m527v4mb-source",
|
||||
"ref": "2.0.2",
|
||||
"rev": "19bb965ef04f57128f4f4ea2e690ff9f7d6a81b1",
|
||||
"sha256": "0dk0ixgpxmaz2kf12a3fvzdaknn38qnwgdhp7yag0m5fbhhz2kjc",
|
||||
"srcDir": "src",
|
||||
"url": "https://github.com/euantorano/dotenv.nim/archive/48315332fe79ffce87c81b9d0bec992ba19b6966.tar.gz"
|
||||
"url": "https://github.com/euantorano/dotenv.nim/archive/19bb965ef04f57128f4f4ea2e690ff9f7d6a81b1.tar.gz"
|
||||
},
|
||||
{
|
||||
"method": "fetchzip",
|
||||
|
||||
@ -10,13 +10,13 @@
|
||||
buildNimPackage (
|
||||
finalAttrs: prevAttrs: {
|
||||
pname = "nitter";
|
||||
version = "0-unstable-2024-02-26";
|
||||
version = "0-unstable-2025-02-25";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "zedeus";
|
||||
repo = "nitter";
|
||||
rev = "c6edec04901d0a37799499ed4c6921db640fb5a4";
|
||||
hash = "sha256-N3d63nyVzUTa2+UemA1REFfVsw6iOVU8xUlYraR55m4=";
|
||||
rev = "41fa47bfbf3917e9b3ac4f7b49c89a75a7a2bd44";
|
||||
hash = "sha256-cmYlmzCJl1405TuYExGw3AOmjdY0r7ObmmLCAom+Fyw=";
|
||||
};
|
||||
|
||||
lockFile = ./lock.json;
|
||||
@ -41,7 +41,7 @@ buildNimPackage (
|
||||
|
||||
passthru = {
|
||||
tests = { inherit (nixosTests) nitter; };
|
||||
updateScript = unstableGitUpdater { branch = "guest_accounts"; };
|
||||
updateScript = unstableGitUpdater { };
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user