Unverified Commit 68f4ded2 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

dokieli: 0-unstable-2025-11-27 -> 0-unstable-2025-12-16 (#471544)

parents ea52fa5a d146333a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -16,19 +16,19 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "dokieli";
  version = "0-unstable-2025-11-27";
  version = "0-unstable-2025-12-16";

  src = fetchFromGitHub {
    owner = "dokieli";
    repo = "dokieli";
    rev = "25c20daf88a7d7e8d816a7deed4e2fe134bdb97d";
    hash = "sha256-GiMBCUT9wd/6bZ1hXt9431Ax1Z7BLHOXfWiiPxKZsCs=";
    rev = "5a9fa93eb670f79bb350e44c8fa850f42893a8ee";
    hash = "sha256-zqr30yjhPqpY8Iv7/Jq77iWjHiDRtEguULwtmQ13xr4=";
  };

  missingHashes = ./missing-hashes.json;
  offlineCache = yarn-berry.fetchYarnBerryDeps {
    inherit (finalAttrs) src missingHashes;
    hash = "sha256-8LBMHdjWaxno4I+ZAwTw9WCVotX7O0eufhGJGg1a0w4=";
    hash = "sha256-JJ4AtggWyTjyLtZwTn6oxj1fgRd3Itv9S1/gB3XlSOI=";
  };

  installPhase = ''