diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-18 17:20:14 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2026-01-18 17:20:14 +0000 |
| commit | 8b636a169e14de90c8a6e57d5453663daf40c8b3 (patch) | |
| tree | ee7ed017561d0fc7c8b36372d818f016f59122b9 | |
| parent | 164787f2862fbf6506d021743f2c63e3326978f1 (diff) | |
orbvis: 0.3.2 -> 0.3.3
| -rw-r--r-- | pkgs/by-name/or/orbvis/package.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/or/orbvis/package.nix b/pkgs/by-name/or/orbvis/package.nix index 4b356e652eaa..6099bb5b8ba5 100644 --- a/pkgs/by-name/or/orbvis/package.nix +++ b/pkgs/by-name/or/orbvis/package.nix @@ -14,13 +14,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "orbvis"; - version = "0.3.2"; + version = "0.3.3"; src = fetchFromGitHub { owner = "wojciech-graj"; repo = "orbvis"; tag = "v${finalAttrs.version}"; - hash = "sha256-kPbRhm+HymY6DuR4JgE6qTTYKGIqVxvwxtveu7dOOO0="; + hash = "sha256-U19kslgAULBBFozK5KUtew6KRsFeJ4+h8bL9cXmnzso="; }; nativeBuildInputs = [ |
