byedpi: 0.13.1 -> 0.14.1

This commit is contained in:
ch4og 2024-09-22 00:32:01 +03:00
parent b1b7d7f3c5
commit df39685ff9

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "byedpi";
version = "0.13.1";
version = "0.14.1";
src = fetchFromGitHub {
owner = "hufrea";
repo = "byedpi";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Sf5Ik8+9nKhum4/faGf44Y/gQggldyRsFUVmd9XPKOA=";
hash = "sha256-JdL+3ETNxaEtOLUhgLSABL9C8w/EM4Ay37OXU5jLCFA=";
};
installPhase = ''