powertabeditor: 2.0.21 -> 2.0.22 (#423336)

This commit is contained in:
Weijia Wang
2025-07-26 06:13:21 +02:00
committed by GitHub
+2 -2
View File
@@ -19,13 +19,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "powertabeditor";
version = "2.0.21";
version = "2.0.22";
src = fetchFromGitHub {
owner = "powertab";
repo = "powertabeditor";
tag = finalAttrs.version;
hash = "sha256-mYFguVcF7Xb6rXIIMXAUzRYddlvQDRj7zu6on7GGGeA=";
hash = "sha256-VqTtzAWNghMoiYH0QVerQRdqVltZUz0Wgs5t3SvjyN4=";
};
nativeBuildInputs = [