Merge pull request #149925 from r-ryantm/auto-update/marker

marker: 2020.04.04 -> 2020.04.04.2
This commit is contained in:
Bobby Rong
2021-12-12 10:58:22 +08:00
committed by GitHub
+2 -2
View File
@@ -13,14 +13,14 @@
stdenv.mkDerivation rec {
pname = "marker";
version = "2020.04.04";
version = "2020.04.04.2";
src = fetchFromGitHub {
owner = "fabiocolacio";
repo = "Marker";
rev = version;
fetchSubmodules = true;
sha256 = "1iy7izyprf050bix8am1krqivgyxnhx3jm775v8f80cgbqxy7m5r";
sha256 = "sha256-wLR1FQqlLA02ed/JoAcxRHhIVua1FibAee1PC2zOPOM=";
};
nativeBuildInputs = [