byedpi: 0.17 -> 0.17.1 (#422789)

Co-authored-by: averyanalex <alex@averyan.ru>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-10 19:24:43 +00:00 committed by GitHub
commit fcc0a2e017
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "byedpi";
version = "0.17";
version = "0.17.1";
src = fetchFromGitHub {
owner = "hufrea";
repo = "byedpi";
tag = "v${finalAttrs.version}";
hash = "sha256-JedtEgkj21pDnNM19Oq6asI7iMIHZqf3ZolDlUDhHg8=";
hash = "sha256-an0UmsAZw5DJMuM4WpAWBVVN0ZVBpXhn0cbZ0ZbfBjo=";
};
installPhase = ''