bngblaster: 0.9.15 -> 0.9.21
This commit is contained in:
parent
55dc7f4585
commit
96148e86b8
@ -13,13 +13,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "bngblaster";
|
pname = "bngblaster";
|
||||||
version = "0.9.15";
|
version = "0.9.21";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "rtbrick";
|
owner = "rtbrick";
|
||||||
repo = "bngblaster";
|
repo = "bngblaster";
|
||||||
rev = finalAttrs.version;
|
rev = finalAttrs.version;
|
||||||
hash = "sha256-HqwyqUkLYoXTjx01pB8sL3hBXwLqe441M+LTqBhaZ58=";
|
hash = "sha256-0qku4myr38uaYLB5hjZGQa8OBnZFZtkpYhPz2aFIqpY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user