We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f85b83 commit 7a3b499Copy full SHA for 7a3b499
pkgs/by-name/ge/gepetto-viewer-corba/package.nix
@@ -14,13 +14,13 @@
14
15
stdenv.mkDerivation (finalAttrs: {
16
pname = "gepetto-viewer-corba";
17
- version = "5.8.1";
+ version = "6.0.0";
18
19
src = fetchFromGitHub {
20
owner = "gepetto";
21
repo = "gepetto-viewer-corba";
22
rev = "v${finalAttrs.version}";
23
- hash = "sha256-C7xrODoKCcyLPZr0+zZSZ/o5i5EeNsxCPXp2WrP28A4=";
+ hash = "sha256-+rt6eDlNk3CEC5AsOBJgFEAIqKnM7wxRofyd44H6TUw=";
24
};
25
26
outputs = [
0 commit comments