scom: 1.2.1 -> 1.2.2 (#461278)

This commit is contained in:
Yohann Boniface
2025-11-13 16:38:34 +00:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation (finaAttrs: {
pname = "scom";
version = "1.2.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "crash-systems";
repo = "scom";
tag = finaAttrs.version;
hash = "sha256-l1MSJ5+Fw33OEshmcQ+A/yU8BbMJHGR6jI7I/y3AVwU=";
hash = "sha256-erHer9oeCFwenaEDk/RWYzGkrqigpwB+RPa+UVxFrOI=";
};
enableParallelBuilding = true;