mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
scom: 1.0 -> 1.1
This commit is contained in:
parent
e0a8dcd8d2
commit
a20b234e66
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finaAttrs: {
|
stdenv.mkDerivation (finaAttrs: {
|
||||||
pname = "scom";
|
pname = "scom";
|
||||||
version = "1.0";
|
version = "1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crash-systems";
|
owner = "crash-systems";
|
||||||
repo = "scom";
|
repo = "scom";
|
||||||
tag = finaAttrs.version;
|
tag = finaAttrs.version;
|
||||||
hash = "sha256-z/y4SB0R3nxiBGAWLGBsRH0tncDuBxpjy6NGG8ZbIPw=";
|
hash = "sha256-ZcD7H+tgekwZ6TOAjw6cxa78uMsBXFkIFZrHF+ErW4k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue