brlaser: 6.2.7 -> 6.2.8

This commit is contained in:
R. Ryantm
2025-10-14 05:33:43 +00:00
parent cf2f6d331e
commit ccfcf662f3

View File

@@ -9,13 +9,13 @@
stdenv.mkDerivation rec {
pname = "brlaser";
version = "6.2.7";
version = "6.2.8";
src = fetchFromGitHub {
owner = "Owl-Maintain";
repo = "brlaser";
tag = "v${version}";
hash = "sha256-a+TjLmjqBz0b7v6kW1uxh4BGzrYOQ8aMdVo4orZeMT4=";
hash = "sha256-fE3mKGrYPvLl66gVJJJPc3P3rBJk695SP7+3exE5exw=";
};
nativeBuildInputs = [