mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 20:14:37 +00:00
oh-my-zsh: 2024-06-13 -> 2024-06-20
This commit is contained in:
parent
47ea5bd487
commit
1235f68d07
@ -5,14 +5,14 @@
|
|||||||
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
|
, git, nix, nixfmt-classic, jq, coreutils, gnused, curl, cacert, bash }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2024-06-13";
|
version = "2024-06-20";
|
||||||
pname = "oh-my-zsh";
|
pname = "oh-my-zsh";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ohmyzsh";
|
owner = "ohmyzsh";
|
||||||
repo = "ohmyzsh";
|
repo = "ohmyzsh";
|
||||||
rev = "0c9b42a863778d67aee22bbd43f296110fe1f047";
|
rev = "a87e9c715b2d3249681f9cc8f8d9718030674d50";
|
||||||
sha256 = "sha256-8ZVYN97K4KJOG+JnVpCVbMx2HGypvk7KZmwNzUfcovo=";
|
sha256 = "sha256-5eE3tBYBw8nkmmSR32SM8z0I01MSQAtIP2pEkE3bgRs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user