marktext: 0.17.1-unstable-2024-06-10 -> 0.17.0-unstable-2024-06-10

This commit is contained in:
R. Ryantm 2025-01-24 17:54:55 +00:00
parent bafca6cbe1
commit 10cbb0b9be

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "marktext"; pname = "marktext";
version = "0.17.1-unstable-2024-06-10"; version = "0.17.0-unstable-2024-06-10";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "marktext"; owner = "marktext";
repo = "marktext"; repo = "marktext";
rev = "cd8452979bf2441f8064968ab1f9ae28302c9d75"; rev = "11c8cc1e1929a7975df39fa5f4503130fef53547";
hash = "sha256-6oD9Bp0XonhNHWA8JajyWdNkAXpX4GoKPpdLzpvr+jM="; hash = "sha256-5PIOTg4/RBave/b3CArQSLvmA64ME9++3O1JT4lgKm0=";
postFetch = '' postFetch = ''
cd $out cd $out
patch -p1 < ${./0001-update-electron.patch} patch -p1 < ${./0001-update-electron.patch}