pinchflat: 2025.6.6 -> 2025.9.26

Changelog: https://github.com/kieraneglin/pinchflat/releases/tag/v2025.9.26
This commit is contained in:
Adam C. Stephens
2025-11-09 20:09:32 -05:00
parent 1b5a0d7ae6
commit 962b1194fe

View File

@@ -15,12 +15,12 @@
}:
beamPackages.mixRelease rec {
pname = "pinchflat";
version = "2025.6.6";
version = "2025.9.26";
src = fetchFromGitHub {
owner = "kieraneglin";
repo = "pinchflat";
rev = "v${version}";
hash = "sha256-5hHueaA0QGTDr4wViZMBpBFhPnl8uAaxy72LMHgZdWU=";
hash = "sha256-45lw/48WTlfwTMWsCryNY3g3W9Ff31vMvw0W9znAJGk=";
};