nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #79392 from r-ryantm/auto-update/toot

toot: 0.25.0 -> 0.25.2

authored by

Ryan Mulligan and committed by
GitHub
6a586f35 1beceeb4

+2 -2
+2 -2
pkgs/applications/misc/toot/default.nix
··· 1 1 { stdenv, fetchFromGitHub, python3Packages }: 2 2 3 3 python3Packages.buildPythonApplication rec { 4 - version = "0.25.0"; 4 + version = "0.25.2"; 5 5 name = "toot-${version}"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ihabunek"; 9 9 repo = "toot"; 10 10 rev = version; 11 - sha256 = "0padc5jbr55spgbp4avk2kj3if52vzn8dg4ch5jc3h5fvb9l8xz1"; 11 + sha256 = "0g18x8pbwhk2d3aphah6dqqbhz62k48pwx63flsnqd4brccd0jkh"; 12 12 }; 13 13 14 14 checkInputs = with python3Packages; [ pytest ];