mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
marktext: 0.17.1-unstable-2024-06-10 -> 0.17.0-unstable-2024-06-10
This commit is contained in:
parent
bafca6cbe1
commit
10cbb0b9be
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue