scom: 1.2 -> 1.2.1

This commit is contained in:
R. Ryantm
2025-10-09 13:11:54 +00:00
parent 723e1e95a5
commit e13973fb25

View File

@@ -5,13 +5,13 @@
}: }:
stdenv.mkDerivation (finaAttrs: { stdenv.mkDerivation (finaAttrs: {
pname = "scom"; pname = "scom";
version = "1.2"; version = "1.2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "crash-systems"; owner = "crash-systems";
repo = "scom"; repo = "scom";
tag = finaAttrs.version; tag = finaAttrs.version;
hash = "sha256-fFA0s+B94YPDvcPi2GCThcMGcSY6qR1f7x/jP8gXh94="; hash = "sha256-l1MSJ5+Fw33OEshmcQ+A/yU8BbMJHGR6jI7I/y3AVwU=";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;