openpace: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm
2026-03-01 21:40:05 +00:00
parent 0b2e2c1364
commit 14fa8ccede

View File

@@ -11,13 +11,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "openpace";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "frankmorgner";
repo = "openpace";
tag = finalAttrs.version;
hash = "sha256-KsgCTHvbqxNOcf9HWgXGxagpIjHEcQ5Kryjq71F8XRk=";
hash = "sha256-S3YlVeovjcew72nrydBhd1A1scpk5tSw3CPIKm4aBaU=";
};
nativeBuildInputs = [