mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
sioyek: 2.0.0-unstable-2025-05-13 -> 2.0.0-unstable-2025-05-23 (#410554)
Co-authored-by: stephen-huan <slhuan@cs.cmu.edu>
This commit is contained in:
commit
16d95f8250
1 changed files with 3 additions and 3 deletions
|
@ -15,13 +15,13 @@
|
||||||
}:
|
}:
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "sioyek";
|
pname = "sioyek";
|
||||||
version = "2.0.0-unstable-2025-05-13";
|
version = "2.0.0-unstable-2025-05-23";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ahrm";
|
owner = "ahrm";
|
||||||
repo = "sioyek";
|
repo = "sioyek";
|
||||||
rev = "eb03410682f70fa27cbe2f9ec3bf59ac086457d7";
|
rev = "d73a2fcd74c0a119c397372a79aeea628205d4a7";
|
||||||
hash = "sha256-iLGgiHQ5MiTvKcSgT3Kqw4lCFFkuAHoZhT+mpIdlBkQ=";
|
hash = "sha256-ZKAv/G/Bgb3lxEx+WRupTBxo4Gf5yFbZ+siNyz5lABY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue