openboardview: 9.0.3 -> 9.95.0
This commit is contained in:
parent
7ce8e7c4cf
commit
3f08dd7eee
@ -17,13 +17,13 @@ let
|
|||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "openboardview";
|
pname = "openboardview";
|
||||||
version = "9.0.3";
|
version = "9.95.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenBoardView";
|
owner = "OpenBoardView";
|
||||||
repo = "OpenBoardView";
|
repo = "OpenBoardView";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-0vxWFNM9KQ5zs+VDDV3mVMfHZau4pgNxQ1HhH2vktCM=";
|
sha256 = "sha256-sKDDOPpCagk7rBRlMlZhx+RYYbtoLzJsrnL8qKZMKW8=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user