yapesdl: 0.71.2 -> 0.80.1

This commit is contained in:
Anderson Torres
2024-07-08 08:22:01 -03:00
parent 15712a5ddf
commit aea5e5f1a5
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "yapesdl";
version = "0.71.2";
version = "0.80.1";
src = fetchFromGitHub {
owner = "calmopyrin";
repo = "yapesdl";
rev = "v${finalAttrs.version}";
hash = "sha256-QGF3aS/YSzdGxHONKyA/iTewEVYsjBAsKARVMXkFV2k=";
hash = "sha256-VCjxdVatu1h6VNMkLYL8Nknwn7ax0J2OhO1bc7dnQRA=";
};
nativeBuildInputs = [