socalabs-papu: 1.2.5 -> 1.2.7

This commit is contained in:
R. Ryantm
2026-07-24 01:41:18 +00:00
parent e220185ff6
commit abd183c6d7

View File

@@ -31,13 +31,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "socalabs-papu";
version = "1.2.5";
version = "1.2.7";
src = fetchFromGitHub {
owner = "FigBug";
repo = "PAPU";
tag = "v${finalAttrs.version}";
hash = "sha256-gR04DnXMxGIjlUqxBaneljfzKyzTOrhxiW//rOAQhj8=";
hash = "sha256-oO8CseKiVwNo9DX0+YgVLJpKu51zaCmILd9gvu5W33c=";
fetchSubmodules = true;
};