src 1.29 -> 1.31 https://repology.org/metapackage/src/versions attrpath: src Checking auto update branch... No auto update branch exists Old version 1.29" not present in master derivation file with contents: { lib , stdenv , fetchurl , python , rcs , git , makeWrapper }: stdenv.mkDerivation rec { pname = "src"; version = "1.31"; src = fetchurl { url = "http://www.catb.org/~esr/src/${pname}-${version}.tar.gz"; sha256 = "sha256-m00CG96w5olzxitxzTE2RLAQniUm1hhHpFmSaVgvDt0="; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ python rcs git ]; preConfigure = '' patchShebangs . ''; makeFlags = [ "prefix=${placeholder "out"}" ]; postInstall = '' wrapProgram $out/bin/src \ --suffix PATH ":" "${rcs}/bin" ''; meta = with lib; { homepage = "http://www.catb.org/esr/src/"; description = "Simple single-file revision control"; longDescription = '' SRC, acronym of Simple Revision Control, is RCS/SCCS reloaded with a modern UI, designed to manage single-file solo projects kept more than one to a directory. Use it for FAQs, ~/bin directories, config files, and the like. Features integer sequential revision numbers, a command set that will seem familiar to Subversion/Git/hg users, and no binary blobs anywhere. ''; changelog = "https://gitlab.com/esr/src/raw/${version}/NEWS"; license = licenses.bsd2; maintainers = with maintainers; [ calvertvl AndersonTorres ]; inherit (python.meta) platforms; }; } src 1.29 -> 1.31 https://repology.org/metapackage/src/versions attrpath: src Checking auto update branch... No auto update branch exists Old version 1.29" not present in master derivation file with contents: { lib , stdenv , fetchurl , python , rcs , git , makeWrapper }: stdenv.mkDerivation rec { pname = "src"; version = "1.31"; src = fetchurl { url = "http://www.catb.org/~esr/src/${pname}-${version}.tar.gz"; sha256 = "sha256-m00CG96w5olzxitxzTE2RLAQniUm1hhHpFmSaVgvDt0="; }; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ python rcs git ]; preConfigure = '' patchShebangs . ''; makeFlags = [ "prefix=${placeholder "out"}" ]; postInstall = '' wrapProgram $out/bin/src \ --suffix PATH ":" "${rcs}/bin" ''; meta = with lib; { homepage = "http://www.catb.org/esr/src/"; description = "Simple single-file revision control"; longDescription = '' SRC, acronym of Simple Revision Control, is RCS/SCCS reloaded with a modern UI, designed to manage single-file solo projects kept more than one to a directory. Use it for FAQs, ~/bin directories, config files, and the like. Features integer sequential revision numbers, a command set that will seem familiar to Subversion/Git/hg users, and no binary blobs anywhere. ''; changelog = "https://gitlab.com/esr/src/raw/${version}/NEWS"; license = licenses.bsd2; maintainers = with maintainers; [ calvertvl AndersonTorres ]; inherit (python.meta) platforms; }; }