mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pegasus: unstable-2023-05-22 -> unstable-2023-12-05
This commit is contained in:
parent
e38737469b
commit
c36ba0e449
1 changed files with 3 additions and 3 deletions
|
@ -15,14 +15,14 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "pegasus-frontend";
|
pname = "pegasus-frontend";
|
||||||
version = "unstable-2023-05-22";
|
version = "0-unstable-2023-12-05";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mmatyas";
|
owner = "mmatyas";
|
||||||
repo = "pegasus-frontend";
|
repo = "pegasus-frontend";
|
||||||
rev = "6421d7a75d29a82ea06008e4a08ec14e074430d9";
|
rev = "86d3eed534ef8e79f412270b955dc2ffd4d172a3";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
sha256 = "sha256-mwJm+3zMP4alcis7OFQUcH3eXlRTZhoZYtxKrvCQGc8=";
|
hash = "sha256-lUoL63yFOVwTOcsGd8+pWqgcS5b3a6uuR8M4L6OvlXM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue