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

Configure Feed

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

txt2tags: unstable-2022-10-17 -> 3.8

Diff: https://github.com/txt2tags/txt2tags/compare/114ab24...3.8

Changelog: https://github.com/txt2tags/txt2tags/blob/refs/tags/3.8/CHANGELOG.md

authored by

Robert Schütz and committed by
Robert Schütz
c17b2d71 f77c364d

+3 -3
+3 -3
pkgs/tools/text/txt2tags/default.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "txt2tags"; 9 - version = "unstable-2022-10-17"; 9 + version = "3.8"; 10 10 11 11 format = "setuptools"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "txt2tags"; 15 15 repo = "txt2tags"; 16 - rev = "114ab24ea9111060df136bfc1c8b1a35a59fe0f2"; 17 - hash = "sha256-h2OtlUMzEHKyJ9AIO1Uo9Lx7jMYZNMtC6U+usBu7gNU="; 16 + rev = "refs/tags/${version}"; 17 + hash = "sha256-urLsA2oeQM0WcKNDgaxKJOgBPGohJT6Zq6y6bEYMTxk="; 18 18 }; 19 19 20 20 postPatch = ''