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.
2 parents 90f355b + 7a3b499 commit 311033aCopy full SHA for 311033a
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