Merge pull request #206517 from zendo/update/textpieces

textpieces: 3.3.0 -> 3.4.0
This commit is contained in:
Bobby Rong 2022-12-20 16:13:21 +08:00 committed by GitHub
commit 3014c67921
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation rec {
pname = "textpieces";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "liferooter";
repo = pname;
rev = "v${version}";
hash = "sha256-QLPvK2kiOGf8XN2aors6cZtl9d9uqsxcho2A1kISO5Y=";
hash = "sha256-LQq6pjue72a4kIHhWtoxJi/eKxPa4du5sBQY97SG1gY=";
};
nativeBuildInputs = [