We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7865c7 + 5f08834 commit d0ff583Copy full SHA for d0ff583
1 file changed
pkgs/by-name/do/dokieli/package.nix
@@ -16,19 +16,19 @@ let
16
in
17
stdenv.mkDerivation (finalAttrs: {
18
pname = "dokieli";
19
- version = "0-unstable-2026-04-13";
+ version = "0-unstable-2026-04-20";
20
21
src = fetchFromGitHub {
22
owner = "dokieli";
23
repo = "dokieli";
24
- rev = "6f574408bc914347c3ba27869e61225fabbe6272";
25
- hash = "sha256-PSDsV5Gg+JT9qwMBiRkyv/ZiZY9qvqhRuKjEiPMuQDU=";
+ rev = "01714c999c7b2390ae15f092ef5b7b4d6cc9c3e8";
+ hash = "sha256-PRU4X3lVRnPvvVPzabJ/J2ly4eyFwCxSsKuL0yuRy2I=";
26
};
27
28
missingHashes = ./missing-hashes.json;
29
offlineCache = yarn-berry.fetchYarnBerryDeps {
30
inherit (finalAttrs) src missingHashes;
31
- hash = "sha256-bO3yEh+P8al/oXXjqNOMOpXc0ggc17Wc00WtahniilE=";
+ hash = "sha256-3FyctNQ8pDvJ559SJvAJZjn49wptfB5Q5Takk51oqMQ=";
32
33
34
buildPhase = ''
0 commit comments