summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornixpkgs-ci[bot] <190413589+nixpkgs-ci[bot]@users.noreply.github.com>2026-01-18 22:13:53 +0000
committerGitHub <noreply@github.com>2026-01-18 22:13:53 +0000
commita07a2074c10c9e45a9939e8c6fc8e2d20e312a11 (patch)
tree2638e7b64b782e5028b01d2a0bcc37271bf6816c
parent815c3bf1d2019b7b2e5fe2d625059dd9dca54a81 (diff)
parent8b636a169e14de90c8a6e57d5453663daf40c8b3 (diff)
orbvis: 0.3.2 -> 0.3.3 (#481369)
-rw-r--r--pkgs/by-name/or/orbvis/package.nix4
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 = [