nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 23 lines 524 B view raw
1# This file was generated by pkgs.mastodon.updateScript. 2{ 3 fetchFromGitHub, 4 applyPatches, 5 patches ? [ ], 6}: 7let 8 version = "4.5.5"; 9in 10applyPatches { 11 src = fetchFromGitHub { 12 owner = "mastodon"; 13 repo = "mastodon"; 14 rev = "v${version}"; 15 hash = "sha256-3tu7HYrJ+32yIgO6zVBokPTt66zICZOBzRFAeEVidWo="; 16 passthru = { 17 inherit version; 18 yarnHash = "sha256-2MOl6kHidkGU2I/cZaUmbQCiEl9SDfL/j9fT/6eNdFA="; 19 yarnMissingHashes = ./missing-hashes.json; 20 }; 21 }; 22 patches = patches ++ [ ]; 23}